- Status New
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Medium
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Opened by peterdd - 15.09.2017
Last edited by peterdd - 15.09.2017
FS#2440 - Option to disable tag feature
There is a wish on the Flyspray mailing list:
Is there a way of hiding the TAGS input field from the Add New Task form?
Alan
If it is just hiding on that form, there are several options to achieve this (from simple to complex)
A) Hide by CSS
Add that rule to themes/CleanFS/theme.css CSS file:
#edit_tags{display:none;}
B) Hide by CSS (better)
Add a rule to a custom_*.css, for instance themes/CleanFS/custom_mytheme.css
#edit_tags{display:none;}
and choose custom_mytheme.css in your project settings.
D) Edit themes/CleanFS/templates/newtask.tpl directly
and remove the whole div-tag with id=”edit_tags” (all between ‘<div id=”edit_tags>”’ and its closing ‘</div>’ (not recommended)
E) Use a custom template
- Create a folder in themes/, for instances themes/mynotagtheme/
- Only copy themes/CleanFS/templates/newtask.tpl to themes/mynotagtheme/templates/newtask.tpl
- Make the changes to that newtask.tpl like in B) (custom theme not overwritten by Flyspray Updates if you keep or backup your themes/mynotagtheme/ folders, but requires review if something has changed within themes/CleanFS/templates/newtask.tpl between version updates)
- Choose your mynotagtheme as project theme. All other files fall back to default themes/CleanFS/
(not tested, but thats the way it should work with current Flyspray 1.0-rc5)
D) Nag or caress someone
to finish tag feature for Flyspray with options/permissions to turn it off per project or project group or something like that.
This would effect not only that newtask form but all places where that options should kick in (listing tags in tasklist, tasklist filters etc)
Loading...
Available keyboard shortcuts
- Alt + l Login Dialog / Logout
- Alt + a Add new task
- Alt + m My searches
- Alt + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + e ↵ Enter Edit this task
- Alt + w watch task
- Alt + y Close Task
Task Editing
- Alt + s save task