mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDescription: Added _modifiable
This commit is contained in:
parent
e2d9ae379b
commit
df8e951324
1 changed files with 10 additions and 9 deletions
|
@ -40,16 +40,17 @@ extern Context context;
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnDescription::ColumnDescription ()
|
ColumnDescription::ColumnDescription ()
|
||||||
{
|
{
|
||||||
_name = "description";
|
_name = "description";
|
||||||
_style = "combined";
|
_style = "combined";
|
||||||
_label = STRING_COLUMN_LABEL_DESC;
|
_label = STRING_COLUMN_LABEL_DESC;
|
||||||
|
_modifiable = true;
|
||||||
|
|
||||||
_styles = {"combined",
|
_styles = {"combined",
|
||||||
"desc",
|
"desc",
|
||||||
"oneline",
|
"oneline",
|
||||||
"truncated",
|
"truncated",
|
||||||
"count",
|
"count",
|
||||||
"truncated_count"};
|
"truncated_count"};
|
||||||
|
|
||||||
_dateformat = context.config.get ("dateformat.annotation");
|
_dateformat = context.config.get ("dateformat.annotation");
|
||||||
if (_dateformat == "")
|
if (_dateformat == "")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue