SUPPORT-8957: add method

This commit is contained in:
Alexandr Shalaginov 2025-03-15 20:05:48 +03:00
parent 1ae6a1fc1b
commit f918d2ee0b

View file

@ -61,6 +61,11 @@ export class UserManagementService extends Behavior {
}
}
@Visible()
public setAccountAction(action: AccountAction): void {
this.action = action;
}
private collectData(): any {
let jsonObj = {};
let fields: FormField[] = this.button.form.getScriptsInChildren(FormField);