1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Patch upside down

This commit is contained in:
Krakinou 2020-04-12 14:02:28 +02:00
parent 9b36148e76
commit 67df429896
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
--- a/cps/admin.py 2020-04-12 12:51:28.100811662 +0200 --- a/cps/admin.py 2020-02-23 09:08:01.000000000 +0100
+++ b/cps/admin.py 2020-02-23 09:08:01.000000000 +0100 +++ b/cps/admin.py 2020-04-12 12:51:28.100811662 +0200
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
from .web import admin_required, render_title_template, before_request, unconfigured, login_required_if_no_ano from .web import admin_required, render_title_template, before_request, unconfigured, login_required_if_no_ano
feature_support = { feature_support = {
- 'ldap': bool(services.ldap), - 'ldap': False, # bool(services.ldap),
+ 'ldap': False, # bool(services.ldap), + 'ldap': bool(services.ldap),
'goodreads': bool(services.goodreads_support) 'goodreads': bool(services.goodreads_support)
} }

View file

@ -1,11 +1,11 @@
--- a/cps/web.py 2020-04-12 12:52:23.940774100 +0200 --- a/cps/web.py 2020-02-23 09:08:01.000000000 +0100
+++ b/cps/web.py 2020-02-23 09:08:01.000000000 +0100 +++ b/cps/web.py 2020-04-12 12:52:23.940774100 +0200
@@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
from .redirect import redirect_back from .redirect import redirect_back
feature_support = { feature_support = {
- 'ldap': bool(services.ldap), - 'ldap': False, # bool(services.ldap),
+ 'ldap': False, # bool(services.ldap), + 'ldap': bool(services.ldap),
'goodreads': bool(services.goodreads_support) 'goodreads': bool(services.goodreads_support)
} }