I can't no longer use the save button in my forms item layout in some template.
Neither the "save"button neither the "apply" button is working.
The "cancel" is still working.
When I switch to some other template all the buttons are normally working.
I've checked the permissions for this template and are all OK.
Did someone experience the same and solve it ?
I am on-going to debug it right now but in any case ...
please help if you have any idea what is the concern here...
Here is the javascript error:
* Abstraction class between javascript frameworks :
* Mootools / JQuery
**/
document.formvalidator.getProperty = function(el, property)
{
var framework = getJsFramework();
switch(framework.name)
{
case 'jQuery':
return el.attr(property);
break;
case 'MooTools':
return el.getProperty(property);
break;
}
};
I guess this is related with the validator ...