Not really, but I received instructions from Adobe about the workaround for this, basically the roles should not be managed with profiles at the environments level. A user group in the admin console must be created and in the AEM instance that group can be used to assign permissions
For starting to use AEM cloud environments environments on our development process I created one DEV and one QA environment and I am now trying to give access to all my team members. I am following the following documentation that I found about it which looks very straightforward, but I am facing th...
Hello caio.moreiraI wonder if you can please help me:1. How do you fix the specific issue with the clientcode error?2. Were you able to fix the issue with the published version of the page?Thanks in advance,
That is exactly the problem, on the example you provided "Pak" should be always saved, but what should be displayed to the user is "Pakistan", as you saw that is the behavior if you use the select field, but it is not the case for the autocomplete.The expected behavior is when the dialog is reloaded...
The value property is saved, which in my case is the id of the object, which is the expected behavior. The problem is when author dialog is reloaded the value is displayed on the field instead of the text property which is displayed when you initially select the option from the list of options.I am ...
Hello,I am using the coral autocomplete (granite/ui/components/foundation/form/autocomplete) and a custom datasource for filling the options to be displayed. I am using this on a custom component, on the author dialog.This is the code used on the datasource.jsp for sending the options to be displaye...