I found a few issues relating to the admin JavaScript file move in
Radiant 0.6.6.
When upgrading an existing project, the new JS files are added to
public/javascripts/admin/ as expected, but their old equivalents inside
public/javascripts/ are not removed.
Removing these files OR creating a new project causes a JS error on the
main /admin/pages screen:
admin.js (line 2)
SiteMap is not defined
when('site-map', function(table) { new SiteMap(table) });
This problem prevents the +/- icons along the page tree from working.
Adding back the old (or new) sitemap.js file to public/javascripts/
solves this problem.
- Dave
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant