[Bug 21966] New: Fix descriptions of acquisition permissions to be more clear (again)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Bug ID: 21966 Summary: Fix descriptions of acquisition permissions to be more clear (again) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org This was already done and pushed on bug 3849, but some of it got undone by a later patch (conflict I guess): http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b8a2365a3455... koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc - [%- CASE 'budget_add_del' -%]<span>Add and delete funds (but can't modify funds)</span> - [%- CASE 'budget_manage' -%]<span>Manage funds</span> - [%- CASE 'budget_manage_all' -%]<span>Manage all funds</span> - [%- CASE 'budget_modify' -%]<span>Modify funds (can't create lines, but can modify existing ones)</span> + [%- CASE 'suggestions_manage' -%]<span>Manage purchase suggestions</span> + [%- CASE 'budget_add_del' -%]<span>Add and delete budgets (but can't modify budgets)</span> + [%- CASE 'budget_manage' -%]<span>Manage budgets</span> + [%- CASE 'budget_manage_all' -%]<span>Manage all budgets</span> + [%- CASE 'budget_modify' -%]<span>Modify budget (can't create lines, but can modify existing ones)</span> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3849 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3849 [Bug 3849] Descriptions of acquisition permissions are unclear -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 82909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82909&action=edit Bug 21966: Fix descriptions of acquisition permissions to be more clear (again) This was already done and pushed on bug 3849, but some of it got undone accidentally by a later patch. To test: - Check the acquisition permissions - The *budget* permissions should clearly describe their use for 'funds'. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |katrin.fischer@bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Pierre-Marc Thibault <pierre-marc.thibault@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82909|0 |1 is obsolete| | --- Comment #2 from Pierre-Marc Thibault <pierre-marc.thibault@inlibro.com> --- Created attachment 83002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83002&action=edit Bug 21966: Fix descriptions of acquisition permissions to be more clear (again) This was already done and pushed on bug 3849, but some of it got undone accidentally by a later patch. To test: - Check the acquisition permissions - The *budget* permissions should clearly describe their use for 'funds'. Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Pierre-Marc Thibault <pierre-marc.thibault@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pierre-marc.thibault@inlibr | |o.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83002|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 84863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84863&action=edit Bug 21966: Fix descriptions of acquisition permissions to be more clear (again) This was already done and pushed on bug 3849, but some of it got undone accidentally by a later patch. To test: - Check the acquisition permissions - The *budget* permissions should clearly describe their use for 'funds'. Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Trivial patch, no regressions, passes qa scripts. Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #5 from Nick Clemens <nick@bywatersolutions.com> --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Status|Pushed to Master |Pushed to Stable --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Pushed to 18.11.x for 18.11.04 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #7 from Lucas Gass <lucas@bywatersolutions.com> --- backported to 18.05.x for 18.05.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Stable |RESOLVED CC| |fridolin.somers@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org