[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-08-06 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Fridolin Somers  changed:

   What|Removed |Added

 Status|Pushed to main  |Needs documenting
 CC||[email protected]
   ||m

--- Comment #7 from Fridolin Somers  ---
Enhancement not pushed to 24.11.x

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the|This improves the selection |This improves the selection
  release notes|of the values for the   |of the values for the
   |'Libraries limitation'  |'Libraries limitation'
   |field when adding and   |field when adding and
   |editing:
   |editing:
   |- Debit types
  |- Debit types
   |-   |-
   |Credit types
   |Credit types
   |
   |
   |(Instead of |Instead of
   |selecting multiple values   |selecting multiple values
   |from a dropdown list using  |from a dropdown list using
   |the Ctrl key, you can   |the Ctrl key, you can
   |either select or start  |either select or start
   |typing the value, select or |typing the value, select or
   |press enter, then repeat to |press enter, then repeat to
   |select additional values.)  |select additional values.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|additional_work_needed  |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

--- Comment #6 from Owen Leonard  ---
> Uncaught TypeError: $(...)[0] is undefined

See Bug 39957

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Owen Leonard  changed:

   What|Removed |Added

 Blocks||39957


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39957
[Bug 39957] Fix JS error on credit and debit types administration pages
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Jonathan Druart  changed:

   What|Removed |Added

   Keywords||additional_work_needed
 CC||[email protected]

--- Comment #5 from Jonathan Druart  ---
With ktd sample data:
http://localhost:8081//cgi-bin/koha/admin/debit_types.pl
Uncaught TypeError: $(...)[0] is undefined

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-20 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #182132|0   |1
is obsolete||

--- Comment #3 from Martin Renvoize (ashimema) 
 ---
Created attachment 182521
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182521&action=edit
Bug 39810: Use select2 to select library limitations in credit and debit type
administration

This patch updates the credit and debit type administration templates so
that library selection uses a Select2-styled menu instead of a standard
. Both pages offer a "library limitation" option, and Select2
will make library selection behave like item search options do.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Administration -> Credit types edit a credit type.
- On the "Library limitation" line, click the field to trigger the
  Select2 menu. Confirm that it works as expected.
- Save your changes to confirm that the data is saved correctly.
- Edit the credit type again to clear all your selections and confirm
  that it saves correctly.
- Repeat the same process on the debit types page.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind 
Signed-off-by: Martin Renvoize 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-20 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 QA Contact|[email protected] |[email protected]
   |y.org   |o.uk
 CC||[email protected]
   ||o.uk
 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-20 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

--- Comment #4 from Katrin Fischer  ---
Pushed for 25.05!

Well done everyone, thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-20 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Katrin Fischer  changed:

   What|Removed |Added

 Version(s)||25.05.00
released in||
 Status|Passed QA   |Pushed to main

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

David Nind  changed:

   What|Removed |Added

  Text to go in the|This improves the selection |This improves the selection
  release notes|of the valuses for the  |of the values for the
   |'Libraries limitation'  |'Libraries limitation'
   |field when adding and   |field when adding and
   |editing:
   |editing:
   |- Debit types
  |- Debit types
   |-   |-
   |Credit types
   |Credit types
   |
   |
   |(Instead of |(Instead of
   |selecting multiple values   |selecting multiple values
   |from a dropdown list using  |from a dropdown list using
   |the Ctrl key, you can   |the Ctrl key, you can
   |either select or start  |either select or start
   |typing the value, select or |typing the value, select or
   |press enter, then repeat to |press enter, then repeat to
   |select additional values.)  |select additional values.)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

David Nind  changed:

   What|Removed |Added

  Text to go in the||This improves the selection
  release notes||of the valuses for the
   ||'Libraries limitation'
   ||field when adding and
   ||editing:
   ||- Debit types
   ||-
   ||Credit types
   ||
   ||(Instead of
   ||selecting multiple values
   ||from a dropdown list using
   ||the Ctrl key, you can
   ||either select or start
   ||typing the value, select or
   ||press enter, then repeat to
   ||select additional values.)
 CC||[email protected]

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

David Nind  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

David Nind  changed:

   What|Removed |Added

 Attachment #181968|0   |1
is obsolete||

--- Comment #2 from David Nind  ---
Created attachment 182132
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182132&action=edit
Bug 39810: Use select2 to select library limitations in credit and debit type
administration

This patch updates the credit and debit type administration templates so
that library selection uses a Select2-styled menu instead of a standard
. Both pages offer a "library limitation" option, and Select2
will make library selection behave like item search options do.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Administration -> Credit types edit a credit type.
- On the "Library limitation" line, click the field to trigger the
  Select2 menu. Confirm that it works as expected.
- Save your changes to confirm that the data is saved correctly.
- Edit the credit type again to clear all your selections and confirm
  that it saves correctly.
- Repeat the same process on the debit types page.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-06 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

--- Comment #1 from Owen Leonard  ---
Created attachment 181968
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181968&action=edit
Bug 39810: Use select2 to select library limitations in credit and debit type
administration

This patch updates the credit and debit type administration templates so
that library selection uses a Select2-styled menu instead of a standard
. Both pages offer a "library limitation" option, and Select2
will make library selection behave like item search options do.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Administration -> Credit types edit a credit type.
- On the "Library limitation" line, click the field to trigger the
  Select2 menu. Confirm that it works as expected.
- Save your changes to confirm that the data is saved correctly.
- Edit the credit type again to clear all your selections and confirm
  that it saves correctly.
- Repeat the same process on the debit types page.

Sponsored-by: Athens County Public Libraries

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-06 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Owen Leonard  changed:

   What|Removed |Added

   Patch complexity|--- |Small patch
 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39810] Use select2 to select library limitations in credit and debit type administration

2025-05-01 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/