mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[MNT-22606] Add properties viewer as form widget (#7278)
* [MNT-22606] Add properties viewer as form widget * [MNT-22606] Add documentation and fix the params accessor * [MNT-22606] Fix unit tests * [MNT-22606] Fix lint * [MNT-22606] Fix lint * [MNT-22606] Fix lint
This commit is contained in:
@@ -402,7 +402,7 @@ export class FormModel {
|
||||
|
||||
setNodeIdValueForViewersLinkedToUploadWidget(linkedUploadWidgetContentSelected: UploadWidgetContentLinkModel) {
|
||||
const subscribedViewers = this.getFormFields().filter(field =>
|
||||
field.type === FormFieldTypes.FILE_VIEWER && linkedUploadWidgetContentSelected.uploadWidgetId === field.params['uploadWidget']
|
||||
linkedUploadWidgetContentSelected.uploadWidgetId === field.params['uploadWidget']
|
||||
);
|
||||
|
||||
subscribedViewers.forEach(viewer => {
|
||||
|
||||
Reference in New Issue
Block a user