ColRecur: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:10:44 -05:00
parent 33d7ea6569
commit 49d5a16db3

View file

@ -47,6 +47,7 @@ ColumnRecur::ColumnRecur ()
_name = "recur";
_style = "duration";
_label = STRING_COLUMN_LABEL_RECUR;
_modifiable = true;
_styles = {"duration", "indicator"};
_examples = {"weekly", context.config.get ("recurrence.indicator")};
}