Created attachment 35515 [details] suggestion Hi, It would be nice that a link be added on text "suggestion waiting" to arrive in pending tab in suggestion.pl. Regards, Marjorie
Created attachment 39472 [details] [review] Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions The link on the start page of Koha goes to the pending suggestions tab explicitly. The link on the acquisition start page doesn't do that so when you have your own status it might show another tab first. Patch links to be the same and explicitly target the pending tab. To test: - create a new suggestion - verify link from the acq start page leads to the pending tab - verify link from the Koha start page does the same
Patch tested with a sandbox, by Marjorie <marjorie.barry-vila@ccsr.qc.ca>
Created attachment 39542 [details] [review] Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions The link on the start page of Koha goes to the pending suggestions tab explicitly. The link on the acquisition start page doesn't do that so when you have your own status it might show another tab first. Patch links to be the same and explicitly target the pending tab. To test: - create a new suggestion - verify link from the acq start page leads to the pending tab - verify link from the Koha start page does the same Signed-off-by: Marjorie <marjorie.barry-vila@ccsr.qc.ca>
(In reply to Katrin Fischer from comment #1) > Created attachment 39472 [details] [review] [review] > Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions > > The link on the start page of Koha goes to the pending suggestions tab > explicitly. The link on the acquisition start page doesn't do that so > when you have your own status it might show another tab first. > Patch links to be the same and explicitly target the pending tab. > > To test: > - create a new suggestion > - verify link from the acq start page leads to the pending tab > - verify link from the Koha start page does the same I tested the patch on sandbox and it works as expected! Thanks! Marjorie
Created attachment 39591 [details] [review] Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions The link on the start page of Koha goes to the pending suggestions tab explicitly. The link on the acquisition start page doesn't do that so when you have your own status it might show another tab first. Patch links to be the same and explicitly target the pending tab. To test: - create a new suggestion - verify link from the acq start page leads to the pending tab - verify link from the Koha start page does the same Signed-off-by: Marjorie <marjorie.barry-vila@ccsr.qc.ca> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Patch pushed to master. Thanks Katrina!