View Issue Details

IDProjectCategoryView StatusLast Update
1383RackTablesdefaultpublic2015-01-09 18:59
ReporterCrdsIT Assigned Toandriyanov  
PrioritylowSeveritytweakReproducibilityN/A
Status closedResolutionno change required 
Product Version0.20.8 
Summary1383: Would like the ability to hide certain tags in the object list view.
DescriptionWhen 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 Reproducen/a
TagsNo tags attached.

Activities

andriyanov

andriyanov

2015-01-09 18:59

reporter   ~0002619

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');

Issue History

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