Solved
6.4.8.1 (6.4.8.0 SP + CFP 1) Create User and Create Groups options not working in touch UI
Hi Guys,
In 6.4.8.1 (6.4.8.0 Service Pack + CFP 1) "Create User" and "Create Groups" option are not working for touch ui. Could you guys please check this and confirm.
Go to Tools → Security → Users. Click on "Create Users" option . Getting below error logs.
An error occurred at line: 48 in the jsp file: /libs/granite/security/components/form/authorizableidtextfield/authorizableidtextfield.jsp
isDisabled cannot be resolved to a variable
45:
46: attrs.add("data-home", authorizable.getPath());
47: attrs.add("data-val", value);
48: attrs.add("disabled", isDisabled);
49: }
50: cmp.include(wrapper, new Tag(attrs));
Same issue occurs for "Create Groups" option as well under Groups section.