Bug 40591 - Typo in fastadd button class
Summary: Typo in fastadd button class
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-04 16:48 UTC by Caroline Cyr La Rose
Modified: 2025-08-05 15:05 UTC (History)
0 users

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


Attachments
Bug 40591: Typo in fastadd button class (1.55 KB, patch)
2025-08-04 18:47 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 40591: Typo in fastadd button class (1.60 KB, patch)
2025-08-05 15:05 UTC, Eric Garcia
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2025-08-04 16:48:14 UTC
The fast cataloging button in the circulation home page has the class "circ-butto" instead of "circ-button" like the other ones. I'm not sure why the style still applies, as the button doesn't look different, but I suggest we correct it anyway just in case.

To recreate :
1. Go to the Circulation home page
2. Inspect the page (Ctrl + Shift + C)
3. Click on the Fast cataloging button
   --> In the inspector, notice the class for the button is circ-butto
4. Optional, inspect other buttons
   --> Note that the class for the other buttons is circ-button
Comment 1 Caroline Cyr La Rose 2025-08-04 18:47:25 UTC
Created attachment 185112 [details] [review]
Bug 40591: Typo in fastadd button class

This patch corrects a typo in the fastadd button class on the
circulation home page.

To test:
To recreate :
1. Apply patch
2. Go to the Circulation home page
3. Inspect the page (Ctrl + Shift + C)
4. Click on the Fast cataloging button
   --> In the inspector, notice the class for the button is circ-button
Comment 2 Eric Garcia 2025-08-05 15:05:24 UTC
Created attachment 185126 [details] [review]
Bug 40591: Typo in fastadd button class

This patch corrects a typo in the fastadd button class on the
circulation home page.

To test:
To recreate :
1. Apply patch
2. Go to the Circulation home page
3. Inspect the page (Ctrl + Shift + C)
4. Click on the Fast cataloging button
   --> In the inspector, notice the class for the button is circ-button

Signed-off-by: Eric Garcia <cubingguy714@gmail.com>