User Tools

Site Tools


Writing /app/www/public/data/meta/development/applications/ticketer/kanban/start.meta failed
development:applications:ticketer:kanban:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
development:applications:ticketer:kanban:start [2017/10/24 09:15] mmccdevelopment:applications:ticketer:kanban:start [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Enable and Disable Kanban Buttons ======
  
 +As of writing this the Kanban Board is a feature solely used for Scotty Pro.
 +
 +To enable to appearance of the Kanban Buttons update the Active Configuration and set kanaban_enabled to be true. This can be done through SQL or the grails scaffolding.
 +
 +Similarly to disable the buttons (remove them from view) set the kanban_enabled value to be false.
 +
 +''update ticketer.configuration set kanban_enabled=0''