mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ADF-5391] Cannot update multi-value metadata property (#2146)
* [ADF-5391] Cannot update multi-value metadata property * * fix lint * * remove unwanted lints * fix upload screenshot * fix upload screenshot Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
@@ -278,9 +278,9 @@ export class AppExtensionService implements RuleContext {
|
||||
presets = this.filterDisabled(mergeObjects(presets, ...elements));
|
||||
|
||||
try {
|
||||
this.appConfig.config['content-metadata'] = { presets };
|
||||
this.appConfig.config['content-metadata'].presets = presets;
|
||||
} catch (error) {
|
||||
this.logger.error(error, '- could not change content-metadata from app.config -');
|
||||
this.logger.error(error, '- could not change content-metadata presets from app.config -');
|
||||
}
|
||||
|
||||
return { presets };
|
||||
|
Reference in New Issue
Block a user