[Koha-bugs] [Bug 33537] Move domain limits from koha-conf to staff SMTP configuration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 13 11:53:54 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33537

--- Comment #84 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 157045
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157045&action=edit
Bug 33537: Add staff template and script

Test plan:
Go to Administration/SMTP Servers.
Click Domain limits.
Do some CRUD operations.
Bonus:
Add another tab with domain limits.
Edit or remove records on tab 1.
Try CRUD on changed or removed records on tab 2.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
[EDIT] Added some preventDefault calls, as suggested by JD.
Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com>

Bug 33537: (QA follow-up) Modal UI fixes:

Use ol instead of ul in modal fieldset inputs:
This ol->ul change makes the UI inputs more spaced
and overall more in line with other modals in Koha.

Use 'btn-primary' on 'Save' button to have it be shown
yellow as other confirmation buttons in Koha.

Add a11y attributes to modal form

Also prettied HTML code:
git show --ignore-all-space <commit_hash>

Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Bug 33537: (QA follow-up) Use bootstrap modal native functions

Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

[EDIT] To get validation working again, needed to add
ev.stopPropagation() in #domain_limits_modal button.save's onclick.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list