ColRecur: Added _modifiable
This commit is contained in:
@@ -44,11 +44,12 @@ extern Task& contextTask;
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnRecur::ColumnRecur ()
|
ColumnRecur::ColumnRecur ()
|
||||||
{
|
{
|
||||||
_name = "recur";
|
_name = "recur";
|
||||||
_style = "duration";
|
_style = "duration";
|
||||||
_label = STRING_COLUMN_LABEL_RECUR;
|
_label = STRING_COLUMN_LABEL_RECUR;
|
||||||
_styles = {"duration", "indicator"};
|
_modifiable = true;
|
||||||
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
_styles = {"duration", "indicator"};
|
||||||
|
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user