fieldAPI.getName is not a function
Same dialog with ACS commons works in 6.1, but when i am referring my multifield to coral/foundation in 6.4 which has "image select" and trying to save this error is coming.
Same dialog with ACS commons works in 6.1, but when i am referring my multifield to coral/foundation in 6.4 which has "image select" and trying to save this error is coming.
You need to change at validation.js, error is occuring because function is not defined
Overlay file in apps and make change /libs/cq/gui/components/authoring/dialog/richtext/clientlibs/rte/coralui3/js/validation.js
getName: function() {
return editor.getAttribute('name');
},
setName: function(value) {
container.querySelector("input[type='hidden'][data-cq-richtext-input='true']").name = value;
editor.setAttribute('name', value);
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.