View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 1383 | RackTables | default | public | 2015-01-05 22:49 | 2015-01-09 18:59 |
| Reporter | CrdsIT | Assigned To | andriyanov | ||
| Priority | low | Severity | tweak | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 0.20.8 | ||||
| Summary | 1383: Would like the ability to hide certain tags in the object list view. | ||||
| Description | When viewing the gross list of objects every explicit tag shows. I would like the ability to hide a tag from the object list view. Maybe a checkbox in the tag tree to turn the visibility on and off in the object list view? | ||||
| Steps To Reproduce | n/a | ||||
| Tags | No tags attached. | ||||
|
Every tag is marked with its own CSS class, containing its numeric ID, like "etag-466". You could include your own CSS file to hide certain tags with the display:none property. All you need to include CSS from a plugin is to put a CSS file into plugins/css/, and to put this file into plugins/plugin-name.php : <?php addCSS('css/your-tags.css'); |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-01-05 22:49 | CrdsIT | New Issue | |
| 2015-01-09 18:59 | andriyanov | Note Added: 0002619 | |
| 2015-01-09 18:59 | andriyanov | Status | new => closed |
| 2015-01-09 18:59 | andriyanov | Assigned To | => andriyanov |
| 2015-01-09 18:59 | andriyanov | Resolution | open => no change required |