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:
@@ -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'}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user