I saw in the file 'memberListView.controller' tabFilter property and decided to use it.
I pointed at this property tabs that I want to hide.
After that, I only saw I needed properties.
Correctly.
But I also hide the tab 'Generic properties' and once I did, I could not save the values as an error occurred 'Validation: Can not set an empty password'.
I studied post request and found the following differences if the properties of the tab 'Generic properties' are displayed and if not.
--- Generic properties are displayed ---
"password": {
"generatedPassword": null,
"newPassword": null
}
--- Generic properties are not displayed ---
"password": null
I thought I could deal with this problem, but I did not succeed.
Tell me how I get around this limitation monogamous?
tabFilter property
Hi,
I saw in the file 'memberListView.controller' tabFilter property and decided to use it.
I pointed at this property tabs that I want to hide.
After that, I only saw I needed properties.
Correctly.
But I also hide the tab 'Generic properties' and once I did, I could not save the values as an error occurred 'Validation: Can not set an empty password'.
I studied post request and found the following differences if the properties of the tab 'Generic properties' are displayed and if not.
--- Generic properties are displayed ---
"password": {
"generatedPassword": null,
"newPassword": null
}
--- Generic properties are not displayed ---
"password": null
I thought I could deal with this problem, but I did not succeed.
Tell me how I get around this limitation monogamous?
Thanks.
is working on a reply...