Opened 17 years ago
Closed 16 years ago
#1033 closed enhancement (fixed)
Mark columns containing unique information in list views
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
It would be nice if the web interface could highlight information that is unique, that is information that BASE requires to be unique. A symbol or colour in the list view table headers would be nice.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | → BASE 2.8 |
---|---|
Owner: | changed from | to
Priority: | major → trivial |
Status: | new → assigned |
Some items (eg, reporters) are also part of many other listings. Those column should of course also be marked.
comment:3 by , 16 years ago
(In [4386]) References #1033: Mark columns containing unique information in list views
Implemented support for this and tested with the reporters table. Now it only remains to mark all columns with the appropriate code. It is rather easy. Just add clazz="uniquecol"
to the <columndef> tag. To change the appearance of the unique column change the style definition in table.css.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I made a quick scan to find all those columns. I might have missed some, but here is a list of the columns I found:
(*) All items (including those not listed here) also have the ID column which is unique