A JS error occurs on the pending reserves pages: ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){
Created attachment 22738 [details] [review] Bug 11204: pendingreserves should use datatables.inc A JS error occurs on the pending reserves pages: ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){ Test plan: Apply the patch and verify the error does not appear anymore.
Created attachment 22743 [details] [review] Bug 11204: pendingreserves should use datatables.inc A JS error occurs on the pending reserves pages: ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){ Test plan: Apply the patch and verify the error does not appear anymore. Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Created attachment 22754 [details] [review] Bug 11204: pendingreserves should use datatables.inc A JS error occurs on the pending reserves pages: ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){ Test plan: Apply the patch and verify the error does not appear anymore. Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master and 3.14.x. Thanks, Jonathan!