Bug 23708

Summary: Cataloguing module elements should have distinct IDs
Product: Koha Reporter: Hayley Pelham <hayleypelham>
Component: CatalogingAssignee: Hayley Pelham <hayleypelham>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23724
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
Bug 23708: IDs added to tabs in menu in moredetail.tt
Bug 23708: IDs added to tabs in menu in moredetail.tt
Bug 23708: IDs added to links in Edit list in Biblio details.tt
Bug 23708: IDs added to tabs in menu in moredetail.tt
Bug 23708: Add IDs to cataloguing biblio dropdown items

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.