[Bug 4980] New: Acq: pull down 'Restrict access to:' for funds not translatable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Summary: Acq: pull down 'Restrict access to:' for funds not translatable Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: I18N/L10N AssignedTo: chris@bigballofwax.co.nz ReportedBy: katrin.fischer@bsz-bw.de QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Created attachment 2336 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2336 screenshot The pull down 'Restrict access to:' is located on the fund page. You can get there by adding a new fund or editing an existing fund. Values are: - none - owner - libary Koha Version: 3.01.00.143 /cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_parent_id=1&budget_period_id=1 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-08-26 17:35:22 UTC --- In Budgets.pm, line 338: sub GetBudgetPermDropbox { my ($perm) = @_; my %labels; $labels{'0'} = 'None'; $labels{'1'} = 'Owner'; $labels{'2'} = 'Library'; ... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|chris@bigballofwax.co.nz |oleonard@myacpl.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> 2010-08-26 19:53:09 UTC --- Created attachment 2579 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2579 Proposed fix -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-09-02 10:36:34 UTC --- Tested successfully with current HEAD. I resend the patch signed-off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Version|rel_3_2 |rel_3_4 --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> 2010-11-04 08:00:30 UTC --- Patch pushed, please test and close -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-12 15:46:52 UTC --- Pull down is not translatable. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 --- Comment #6 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-11-18 03:15:27 UTC --- This bug has a patch presently committed to HEAD and 3.2.x. Please take the appropriate action to update the status of this bug. Remember, bugs which have been resolved should be tested and marked closed, preferably by the original reporter. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4980 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-23 11:21:01 UTC --- Successfully tested with 3.2 and HEAD. Typo in previous comment: not = now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org