mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6489] Use resizable option to disable resize on thumbnail column (#3590)
This commit is contained in:
@@ -220,6 +220,10 @@ export class AppExtensionService implements RuleContext {
|
||||
.getElements<DocumentListPresetRef>(config, `features.documentList.${key}`)
|
||||
.filter((group) => this.filterVisible(group))
|
||||
.filter((entry) => !entry.disabled)
|
||||
.map((entry) => {
|
||||
entry.resizable = entry.resizable ?? true;
|
||||
return entry;
|
||||
})
|
||||
.sort(sortByOrder);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user