To test (if no owner on a fund): 1. go to the list of funds and click 'edit' next to one 2. click 'edit owner' 3. add an owner 4. click 'submit' 5. click 'edit' next to the fund 6. click 'remove owner' 7. click 'submit' 8. click 'edit' next to the fund 9. see that the owner is still there If you have an owner already skip to step 5.
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.
QA comment: Agreed with Ian comment 3
Fixes an annoying bug, pushed, please test
Owner can be removed from fund now.