You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lbplanner/db/install.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
<FIELDNAME="displaytaskcount"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="The display task count the user has selected in the app." />
10
10
<FIELDNAME="ekenabled"TYPE="int"LENGTH="1"NOTNULL="true"SEQUENCE="false"DEFAULT="0"COMMENT="Whether the user wants to see EK modules"/>
11
11
<FIELDNAME="showcolumncolors"TYPE="int"LENGTH="1"NOTNULL="true"SEQUENCE="false"DEFAULT="0"COMMENT="Whether column colors should show in kanban board"/>
12
+
<FIELDNAME="defaultcapabilityview"TYPE="int"LENGTH="10"NOTNULL="true"SEQUENCE="false"DEFAULT="0"COMMENT="Which capability's view to show in app per default"/>
12
13
<FIELDNAME="automovecompletedtasks"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="The kanban column to move a task to if completed"/>
13
14
<FIELDNAME="automovesubmittedtasks"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="The kanban column to move a task to if submitted"/>
14
15
<FIELDNAME="automoveoverduetasks"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="The kanban column to move a task to if overdue"/>
0 commit comments