mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColUrgency: Marked column as unmodifiable
This commit is contained in:
parent
7470af24a9
commit
14b632f1a5
1 changed files with 6 additions and 5 deletions
|
@ -35,6 +35,7 @@ ColumnUrgency::ColumnUrgency ()
|
||||||
_name = "urgency";
|
_name = "urgency";
|
||||||
_style = "real";
|
_style = "real";
|
||||||
_label = STRING_COLUMN_LABEL_URGENCY;
|
_label = STRING_COLUMN_LABEL_URGENCY;
|
||||||
|
_modifiable = false;
|
||||||
_styles = {"real", "integer"};
|
_styles = {"real", "integer"};
|
||||||
_examples = {"4.6", "4"};
|
_examples = {"4.6", "4"};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue