Bug 31409 - Set focus for cursor to Fund code when adding a new fund
Summary: Set focus for cursor to Fund code when adding a new fund
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Katrin Fischer
QA Contact: Kyle M Hall
URL:
Keywords:
Depends on:
Blocks: 31411
  Show dependency treegraph
 
Reported: 2022-08-18 21:55 UTC by Katrin Fischer
Modified: 2023-12-28 20:42 UTC (History)
5 users (show)

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


Attachments
Bug 31409: Set focus for cursor to Fund code when adding a new fund (1.37 KB, patch)
2023-02-05 00:10 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 31409: Set focus for cursor to Fund code when adding a new fund (1.42 KB, patch)
2023-02-06 13:43 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31409: Set focus for cursor to Fund code when adding a new fund (1.48 KB, patch)
2023-03-24 16:55 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-08-18 21:55:46 UTC
When adding a new fund form administration or acquisition the focus should be on the first input field of the entry form: Fund code
Comment 1 Katrin Fischer 2023-02-05 00:10:58 UTC
Created attachment 146179 [details] [review]
Bug 31409: Set focus for cursor to Fund code when adding a new fund

This makes sure that the focus is on the first input field
of the form when adding or editing a fund.

To test:
* Go to administration > funds
* Add a new fund to the budget
* Verify the focus is not inside the form
* Apply patch
* Verify the focus is now in the first form field "Fund code"
Comment 2 Owen Leonard 2023-02-06 13:43:14 UTC
Created attachment 146270 [details] [review]
Bug 31409: Set focus for cursor to Fund code when adding a new fund

This makes sure that the focus is on the first input field
of the form when adding or editing a fund.

To test:
* Go to administration > funds
* Add a new fund to the budget
* Verify the focus is not inside the form
* Apply patch
* Verify the focus is now in the first form field "Fund code"

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Jonathan Druart 2023-02-23 10:42:14 UTC
Related to bug 31410 comment 3.
Comment 4 Kyle M Hall 2023-03-24 16:55:33 UTC
Created attachment 148684 [details] [review]
Bug 31409: Set focus for cursor to Fund code when adding a new fund

This makes sure that the focus is on the first input field
of the form when adding or editing a fund.

To test:
* Go to administration > funds
* Add a new fund to the budget
* Verify the focus is not inside the form
* Apply patch
* Verify the focus is now in the first form field "Fund code"

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

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Tomás Cohen Arazi 2023-03-31 10:37:56 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 6 Matt Blenkinsop 2023-04-11 11:33:36 UTC
Nice work everyone!

Pushed to stable for 22.11.x