mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-6417] [FE] [FORM] preselect the logged user (#7377)
* [AAE-6417] [FE] [FORM] preselect the logged user * [ci:force] force e2e
This commit is contained in:
@@ -74,6 +74,7 @@ export class FormFieldModel extends FormWidgetModel {
|
||||
dateDisplayFormat: string = this.defaultDateFormat;
|
||||
selectionType: 'single' | 'multiple' = null;
|
||||
rule?: FormFieldRule;
|
||||
selectLoggedUser: boolean;
|
||||
|
||||
// container model members
|
||||
numberOfColumns: number = 1;
|
||||
@@ -181,6 +182,7 @@ export class FormFieldModel extends FormWidgetModel {
|
||||
this.tooltip = json.tooltip;
|
||||
this.selectionType = json.selectionType;
|
||||
this.rule = json.rule;
|
||||
this.selectLoggedUser = json.selectLoggedUser;
|
||||
|
||||
if (json.placeholder && json.placeholder !== '' && json.placeholder !== 'null') {
|
||||
this.placeholder = json.placeholder;
|
||||
|
Reference in New Issue
Block a user