Allow indexing of flamenco-user role.

Role handling should be refactored so that extensions can also declare
roles, and whether they should be pushed to Algolia or not.
This commit is contained in:
Sybren A. Stüvel 2017-06-08 11:34:53 +02:00
parent a9c506c290
commit 263c274774

View File

@ -8,7 +8,7 @@ from . import skip_when_testing
log = logging.getLogger(__name__)
INDEX_ALLOWED_USER_ROLES = {'admin', 'subscriber', 'demo'}
INDEX_ALLOWED_USER_ROLES = {'admin', 'subscriber', 'demo', 'flamenco-user'}
INDEX_ALLOWED_NODE_TYPES = {'asset', 'texture', 'group', 'hdri'}