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:
parent
9b36148e76
commit
67df429896
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
--- a/cps/admin.py 2020-04-12 12:51:28.100811662 +0200
|
||||
+++ b/cps/admin.py 2020-02-23 09:08:01.000000000 +0100
|
||||
--- a/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 @@
|
||||
from .web import admin_required, render_title_template, before_request, unconfigured, login_required_if_no_ano
|
||||
|
||||
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)
|
||||
}
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
--- a/cps/web.py 2020-04-12 12:52:23.940774100 +0200
|
||||
+++ b/cps/web.py 2020-02-23 09:08:01.000000000 +0100
|
||||
--- a/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 @@
|
||||
from .redirect import redirect_back
|
||||
|
||||
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)
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue