Hi Experts
We have overlayed foundation form start component in AEM 6.2. After overlaying a few changes were done in the dialog, like the action id dropdown was disabled such that it always uses one specific value from dropdown options and the view data CTA still did work. Now after migrating to AEM 6.4, the View Data CTA is disabled and we are not able to move to bulk editor on click of the CTA.
On debugging found that its disabled as the action id dropdown is disabled by us. It used to work fine in 6.2 even on disabling Action Id dropdown.
Any suggestions will be highly appreciated.
Solved! Go to Solution.
Found the issue, this is happening due to changes in /libs/cq/ui/widgets/source/widgets/wcm/FormActionSelection.js
where the state of calling dialog field is passed on to the rendered dialog field.
"wi.setDisabled(this.disabled)"
Views
Replies
Total Likes
we asked internal ppl if they have thoughts here.
can it be related to
Foundation | Deprecate renderReadOnly on Granite UI form components | UI Shell 3.0 no longer uses this option |
this I found in AEM 6.3 release notes.
If yes, what can be the solution ?
Views
Replies
Total Likes
Found the issue, this is happening due to changes in /libs/cq/ui/widgets/source/widgets/wcm/FormActionSelection.js
where the state of calling dialog field is passed on to the rendered dialog field.
"wi.setDisabled(this.disabled)"
Views
Replies
Total Likes
Views
Likes
Replies