Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Jonathan Druart e604097740 Bug 13662: Fix the serials.receive_serials permissions
There are some issues with serial permissions.
For instance it's not possible to receive serials if the
edit_subscription is not set.
Also the toolbar is empty.

Test plan:
1/ Set the serials => receive_serials permissions to a patron (and only
this one for the serials module).
2/ Verify you cannot create a new subscription, you can search
subscriptions but cannot edit them.
3/ On the serial result list, receive a serial (action > Serial
receive).
You can now change the status and receive it.
4/ On the serial collection, you can edit 1+ serials to reveice it.
5/ Set the serials => edit_subscription permission and confirm there is
no regression.

QA note: I think we should introduce a C4::Serials::can_receive_serials
subroutine, to test the IndependentBranches pref, but I don't want to
add to much processing to check permissions.

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-06-05 12:53:09 -03:00
..
tables Bug 13891: DataTables server-side processing - Serial recipients 2015-04-13 10:55:21 -03:00
acqui-search-result.tt
acqui-search.tt
checkexpiration.tt
claims.tt Bug 12852: Some unused stuffs more 2014-12-03 11:47:52 -03:00
result.tt
routing-preview-slip.tt
routing-preview.tt
routing.tt Bug 13891: DataTables server-side processing - Serial recipients 2015-04-13 10:55:21 -03:00
serial-issues-full.tt
serial-issues.tt
serials-collection.tt Bug 13662: Fix the serials.receive_serials permissions 2015-06-05 12:53:09 -03:00
serials-edit.tt Bug 13423: Remove unused JS function in serials-edit.tt 2015-05-14 11:48:17 -03:00
serials-home.tt
serials-search.tt Bug 11271 - Serials table off the screen in smaller viewports 2014-11-21 20:29:52 -03:00
showpredictionpattern.tt Bug 11262: Don't require hardcoded translations for seasonal numbering pattern to work 2014-05-05 05:05:54 +00:00
subscription-add.tt Bug 9139: New subscription form - Does not check form on the first page 2015-05-14 11:42:35 -03:00
subscription-bib-search.tt
subscription-detail.tt
subscription-frequencies.tt Bug 13941: [2/2] Fix <body> tags missing id/class 2015-04-24 09:47:38 -03:00
subscription-history.tt Bug 13941: [2/2] Fix <body> tags missing id/class 2015-04-24 09:47:38 -03:00
subscription-numberpatterns.tt Bug 13941: [2/2] Fix <body> tags missing id/class 2015-04-24 09:47:38 -03:00
subscription-renew.tt
viewalerts.tt