Skip to content

Commit

Permalink
Mini-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 9, 2020
1 parent 6a22a68 commit bfc3383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aleph.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALEPH_SAMPLE_SEARCHES=Vladimir Putin:TeliaSonera
# ALEPH_ADMINS=friedrich@pudo.org:demo@pudo.org

# Single-user mode disables authentication and authorization autologging in any user as admin
ALEPH_SINGLE_USER=true
ALEPH_SINGLE_USER=false

# Login modalities
ALEPH_PASSWORD_LOGIN=true
Expand Down
1 change: 0 additions & 1 deletion aleph/views/entities_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ def expand(entity_id):
tags:
- Entity
"""
enable_cache()
entity = get_index_entity(entity_id, request.authz.READ)
edge_types = request.args.getlist('edge_types')
collection_id = entity.get('collection_id')
Expand Down

0 comments on commit bfc3383

Please sign in to comment.