Add three new functions to the Ametys singleton object:
- getObjectByName
- createObjectByName
- executeFnByName
which are helpful to retrieve an object or execute a function (or constructor) when we only have the name of the object as a String.
I attach a possible patch to this issue.
- blocks
-
CMS-4392 [JS Performances] remove all eval
- Closed