|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


After investigation the problem appeared to be related to the aggregation login in the dashboard plugin. Upon aggregation simply all .js files are aggregated into a single .js file. These js files include the jQuery files but also js files that depend on jQuery. If the aggregation results in a js file with jQuery on top, it works. If it results in an aggregated file with jQuery on the bottom, it fails.
The 'funny' thing is that the order in which the files are aggregated is not defined; random order. By coincidence, previous versions contain the aggregated js file in the proper order but the 0.2.1 release candidates contain an aggregated file with a different, incorrect, order.
The fix is to specifically define the include order in the dashboard plugin.