UB-Heidelberg / omp

Open Monograph Press
http://pkp.sfu.ca/omp
0 stars 0 forks source link

DOI plugin: Reassign DOIs #27

Closed kadowa closed 8 years ago

kadowa commented 8 years ago

Sorry, there is one more issue with the DOI plugin @asmecher. Like the settings form (#25), the "Reassign DOIs" form does nothing after I click on "Ok". Changing https://github.com/pkp/omp/blob/master/plugins/pubIds/doi/classes/form/DOISettingsForm.inc.php#L76 to this

    $request->url(null, null, 'manage', null, array('verb' => 'settings', 'clearPubIds' => true, 'plugin' => $plugin->getName(), 'category' => 'pubIds'))

fixes it for me.

asmecher commented 8 years ago

Committed, thanks!