Bug 10749 - patron permissions typos
Summary: patron permissions typos
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Katrin Fischer
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 14:27 UTC by Nicole C. Engard
Modified: 2015-06-04 23:33 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 10794 - Sorting on billing date column in invoices table doesn't work (2.33 KB, patch)
2013-09-09 18:50 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 10749: Fix typo in budget_add_del permission (2.45 KB, patch)
2014-11-10 19:56 UTC, Katrin Fischer
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 10749: Fix typo in budget_add_del permission (2.74 KB, patch)
2014-11-20 17:50 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 10749: Fix typo in budget_add_del permission (2.86 KB, patch)
2014-11-25 13:56 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2013-08-18 14:27:36 UTC
In Home > Patrons > Set permissions for {staff member}, it says "edit_patronsPerform
batch modifivation of patrons" which should be "edit_patronsPerform batch
modification of patrons"

It also says "budget_add_delAdd and delete budgets (but cant modify budgets)"
which should be "budget_add_delAdd and delete budgets (but can't modify
budgets)"
Comment 1 Owen Leonard 2013-09-09 18:50:43 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2013-09-09 18:52:32 UTC
Comment on attachment 20923 [details] [review]
Bug 10794 - Sorting on billing date column in invoices table doesn't work

Sorry, attached this patch to the wrong bug.
Comment 3 Katrin Fischer 2014-07-12 14:46:16 UTC
Perform batch modification of patrons - fixed
but cant modify budgets - not fixed
Comment 4 Katrin Fischer 2014-11-10 19:56:49 UTC Comment hidden (obsolete)
Comment 5 Owen Leonard 2014-11-20 17:50:12 UTC Comment hidden (obsolete)
Comment 6 Jonathan Druart 2014-11-25 13:56:27 UTC
Created attachment 33904 [details] [review]
Bug 10749: Fix typo in budget_add_del permission

Updates the en permission file and adds a database
update to fix the permisson.

The update is done using the description, to not
untranslate non-English permission descriptions.

To test:
- Run the database update on your existing installation
  and check the typo is gone
- Run the web installer and check there are no errors
  and permissions are loaded correctly (and without typos)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Test plan works correctly.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 7 Tomás Cohen Arazi 2014-11-25 18:35:58 UTC
Patch pushed to master.

Good catch Katrina!