Bug 23708 - Cataloguing module elements should have distinct IDs
Summary: Cataloguing module elements should have distinct IDs
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Hayley Pelham
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-01 02:26 UTC by Hayley Pelham
Modified: 2019-10-07 20:16 UTC (History)
1 user (show)

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


Attachments
Bug 23708: IDs added to links in Edit list in Biblio details.tt (2.31 KB, patch)
2019-10-01 02:35 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 23708: IDs added to tabs in menu in moredetail.tt (5.94 KB, patch)
2019-10-01 02:59 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 23708: IDs added to tabs in menu in moredetail.tt (6.00 KB, patch)
2019-10-01 03:01 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 23708: IDs added to links in Edit list in Biblio details.tt (2.31 KB, patch)
2019-10-01 03:02 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 23708: IDs added to tabs in menu in moredetail.tt (6.00 KB, patch)
2019-10-01 03:03 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 23708: Add IDs to cataloguing biblio dropdown items (2.87 KB, patch)
2019-10-07 20:15 UTC, Hayley Pelham
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Hayley Pelham 2019-10-01 02:26:35 UTC
To allow for libraries to make specific CSS choices, elements should have IDs.
Elements in the cat-toolbar.inc are missing them.
Comment 1 Hayley Pelham 2019-10-01 02:35:59 UTC
Created attachment 93338 [details] [review]
Bug 23708: IDs added to links in Edit list in Biblio details.tt

Test plan:
Apply the patch and check that the elements in the Edit dropdown now all
have IDs. Bonus points for confirming that these IDs have not been
assigned to any other elements in Koha.
Comment 2 Hayley Pelham 2019-10-01 02:59:56 UTC
Created attachment 93339 [details] [review]
Bug 23708: IDs added to tabs in menu in moredetail.tt

Test plan:
Same as first patch
Comment 3 Hayley Pelham 2019-10-01 03:01:50 UTC
Created attachment 93340 [details] [review]
Bug 23708: IDs added to tabs in menu in moredetail.tt

Test plan:
Same as first patch, except the tabs in the menu of the biblio details
page instead.
Comment 4 Hayley Pelham 2019-10-01 03:02:37 UTC
Created attachment 93341 [details] [review]
Bug 23708: IDs added to links in Edit list in Biblio details.tt

Test plan:
Apply the patch and check that the elements in the Edit dropdown now all
have IDs. Bonus points for confirming that these IDs have not been
assigned to any other elements in Koha.
Comment 5 Hayley Pelham 2019-10-01 03:03:03 UTC
Created attachment 93342 [details] [review]
Bug 23708: IDs added to tabs in menu in moredetail.tt

Test plan:
Same as first patch, except the tabs in the menu of the biblio details
page instead.
Comment 6 Hayley Pelham 2019-10-07 20:15:12 UTC
Created attachment 93848 [details] [review]
Bug 23708: Add IDs to cataloguing biblio dropdown items

Test plan:
Same as first patch, except do a cataloguing search then inspect the
Actions dropdown menu to see the IDs added.