SUPPORT-8957: add method
This commit is contained in:
parent
1ae6a1fc1b
commit
f918d2ee0b
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ export class UserManagementService extends Behavior {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Visible()
|
||||||
|
public setAccountAction(action: AccountAction): void {
|
||||||
|
this.action = action;
|
||||||
|
}
|
||||||
|
|
||||||
private collectData(): any {
|
private collectData(): any {
|
||||||
let jsonObj = {};
|
let jsonObj = {};
|
||||||
let fields: FormField[] = this.button.form.getScriptsInChildren(FormField);
|
let fields: FormField[] = this.button.form.getScriptsInChildren(FormField);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue