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:
parent
a9c506c290
commit
263c274774
@ -8,7 +8,7 @@ from . import skip_when_testing
|
|||||||
|
|
||||||
log = logging.getLogger(__name__)
|
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'}
|
INDEX_ALLOWED_NODE_TYPES = {'asset', 'texture', 'group', 'hdri'}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user