Modify ↓
Opened 5 years ago
Closed 5 years ago
#19366 closed enhancement (fixed)
[PATCH] Add filter box for Color Preferences
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.06 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
This just makes it slightly easier to find a color to change.
What this patch does:
- Adds a filter field
- Adds a toString method in
ColorEntry
. This callssuper.toString
and appends thegetDisplay()
string to it.
Attachments (2)
Change History (8)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
by , 5 years ago
Attachment: | 19366.patch added |
---|
follow-up: 5 comment:3 by , 5 years ago
Milestone: | → 20.06 |
---|
Thanks. I modified your patch – When using a TableSorter
, always use convertRowIndexToModel()
to map the index. In the past, this caused various bugs in various tables.
comment:5 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
by , 5 years ago
Attachment: | 19366.bug_fixes.patch added |
---|
The methods were calling table methods instead of model methods. This caused a row mismatch when filters were applied.
Note:
See TracTickets
for help on using tickets.
Add a filter field along with a
toString
method (callssuper.toString
and then appends the display name of the color).