Releases: CLIxIndia-Dev/qbank-lite
Releases · CLIxIndia-Dev/qbank-lite
v3.19.0
Fixes issue with OEA authoring / client when an image asset in a question might be from a bank "above" the current one, in the hierarchy. Adds a new configuration parameter to the JSON
config in dlkit_configs/config.py
:
'bypassAuthorizationForFilesRecordAssetContentLookup': {
'syntax': 'BOOLEAN',
'displayName': 'Use direct AssetContentLookup for FilesRecord map',
'description': 'Bypasses any catalog-hierarchy based authorization for (Asset) AssetContent lookup',
'values': [
{'value': False, 'priority': 1}
]
},
To use the deprecated / old / bad behavior that the OEA authoring tool allows, make sure to set the above configuration behavior to True
. This is compatible with dlkit
0.7.0+
.