mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
ColIMask
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
parent
d557c20782
commit
6b6e9a6b15
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ extern Context context;
|
|||
ColumnIMask::ColumnIMask ()
|
||||
{
|
||||
_name = "imask";
|
||||
_type = "number";
|
||||
_type = "numeric";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
||||
_modifiable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue