adminCentral fails to load when MgnlDebug mode is on
----------------------------------------------------
Key: MAGNOLIA-3374
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3374
Project: Magnolia
Issue Type: Bug
Components: admininterface
Reporter: Federico Grilli
Assignee: Federico Grilli
Fix For: 4.4.x
Found this while trying to use MgnlRuntime.load(..) function to dinamically
load an external javascript. There are several bugs:
1) inconsistent use of array object name, sometimes referred to as
{{notYetDebugged}} or mistyped as {{notYetDebuged}} (one "g" instead of two)
2) MgnlRuntime.debug(..) tries to access the array without specifying {{this}}
which causes an "undefined" error
3) elements are added to the array by using the non existing
{{Array.append(..)}} function instead of {{Array.push(..)}}.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------