I upgraded from 0.6.3 gem to 0.6.4 gem and the Reorder extension, while loading fine, now fails to allow drag-and-drop reordering of pages. This is because (at least in my setup) /public/javascripts/dragdrop.js is not being loaded on the Reorder Pages admin screen.
To fix this, open... /vendor/extensions/reorder/app/views/admin/page/reorder.rhtml Then towards the end of the file on line 51 (before the open <script> tag) add the following line... <% include_javascript 'dragdrop' -%> .. and restart the server. If there is a better global solution to this, please let me know. -- 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
