PKP Bugzilla – Bug 4768
changing the order of a journal does nothing
Last modified: 2009-09-21 15:32:11 PDT
I got a blank screen. Looking at the code this seems to expect 'journalId' not just 'id' on line 132 of pages/admin/AdminJournalHandler.inc.php No problem changing it back but mystified as to why this was changed in the first place: http://pkp.sfu.ca/cvs/cvsweb.cgi/ojs2/pages/admin/AdminJournalHandler.inc.php?rev=1.33;content-type=text%2Fx-cvsweb-markup
Created attachment 2451 [details] Patch against OJS pre-2.3 CVS
This change was made to permit drag 'n' drop rearrangement of lists (bug #4010). You'll have to enable the JQuery plugin in order for this to work: insert into plugin_settings (plugin_name, journal_id, setting_name, setting_value, setting_type) values ('JQueryPlugin', 0, 'enabled', 1, 'bool');