#2125 closed enhancement (fixed)
Add support for hidden extended properties
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.13 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Extended properties can for example be added to the user table. The can be locked for the ordinary user with the restricted-edit
option so that only administrator can change it. The information is still visible in the interface. It would be nice to have the possibility to define an extended property as hidden. It should not be visible in the web interface (not even for administrators).
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
(In [7496]) References #2125: Add support for hidden extended properties
It is now possible to set "hidden" attribute for an extended property. Hidden properties are usually not visible in the interface. They can still be modified via extensions or plug-ins.