Summary: | can't remove owner from budget | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Acquisitions | Assignee: | Henri-Damien LAURENT <henridamien> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed Patch
[SIGNED-OFF] Bug 6949: cannot remove owner from fund |
Description
Nicole C. Engard
2011-09-30 12:43:36 UTC
Created attachment 5876 [details] [review] Proposed Patch Adds JS command to set owner value to '' in form Created attachment 5948 [details] [review] [SIGNED-OFF] Bug 6949: cannot remove owner from fund The Javascript to remove an owner from a budget cleared the name from the screen, but did not remove the actual value in the form, so when saving, the original owner was retained. This patch adds the command to set the value to ''. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> I could reproduce the bug on current master. Patch fixes the problem, fund owners can now be added and removed without any problems. Thx for providing a test plan! Template only change to Javascript; adds a single command consistent with other places in the code. No new strings. Marking as Passed QA, unless anyone objects to my being the author. Fixes an annoying bug, pushed, please test Owner can be removed from fund now. |