[Koha-bugs] [Bug 34262] Add styling to emphasize the "clear selected patrons" button

2023-09-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

Emily Lamancusa  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=34479

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-08-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

Lucas Gass  changed:

   What|Removed |Added

 CC||lu...@bywatersolutions.com

--- Comment #6 from Lucas Gass  ---
(In reply to Chris Slone from comment #5)
> I don't think that emphasizing the button is the total fix here, this is
> retaining selected patrons past the point that it makes logical sense; if
> you merge 14 records then do a totally new search it still considers those
> 14 records to be selected. And it's not just for merging patrons, it's any
> previous selection, so adding patrons to a list, selecting for batch edit...
> 
> Besides the fact that considering 13 records that have been deleted as still
> being selected, something like merging patrons is a destructive change (to
> the old records) and so that function at least should clear it out.
> 
> I think this is just setting people up for errors.

Perhaps the "remember patrons" feature implemented in Bug 29971 should be
optional. Maybe a sys pref on/off switch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-07-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

Sally  changed:

   What|Removed |Added

 CC||sally.healey@cheshireshared
   ||services.gov.uk

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-07-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

Chris Slone  changed:

   What|Removed |Added

 CC||cslone@camdencountylibrary.
   ||org

--- Comment #5 from Chris Slone  ---
I don't think that emphasizing the button is the total fix here, this is
retaining selected patrons past the point that it makes logical sense; if you
merge 14 records then do a totally new search it still considers those 14
records to be selected. And it's not just for merging patrons, it's any
previous selection, so adding patrons to a list, selecting for batch edit...

Besides the fact that considering 13 records that have been deleted as still
being selected, something like merging patrons is a destructive change (to the
old records) and so that function at least should clear it out.

I think this is just setting people up for errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-07-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

--- Comment #4 from Emily Lamancusa  ---
Thanks, Owen!

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-07-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

--- Comment #3 from Owen Leonard  ---
If you'd like to customize the style of the message you could add some custom
CSS. By default it has this style:

#patron_search_selected {
background-color: #fafdfa;
border: 1px solid #408540;
border-color: #93cb93 #d8ecd8 #d8ecd8 #93cb93;
border-radius: 3px;
color: #333;
display: inline-block;
font-size: 11px;
line-height: 1.5;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}

For a more highlighted version you could put this (for example) in the
IntranetUserCSS system preference:

#patron_search_selected {
background-color: #fffbc2;
border: 1px solid #ff0c00;
border-color: #ff0c00 #ecafaf #ecafaf #ff0c00;
font-size: 13px;
font-weight: bold;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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 34262] Add styling to emphasize the "clear selected patrons" button

2023-07-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34262

Emily Lamancusa  changed:

   What|Removed |Added

Summary|Merging duplicate patrons   |Add styling to emphasize
   |in succession is adding |the "clear selected
   |previously merged duplicate |patrons" button

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/