Skip to content

Releases: CLIxIndia-Dev/qbank-lite

v3.19.0

18 Apr 20:20
Compare
Choose a tag to compare

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+.

v3.18.1

17 Apr 20:17
Compare
Choose a tag to compare
fix regex for URLs and trailing slash with IDs