mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColUrgency
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
parent
6b6e9a6b15
commit
9d727a73d2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ extern Context context;
|
|||
ColumnUrgency::ColumnUrgency ()
|
||||
{
|
||||
_name = "urgency";
|
||||
_type = "number";
|
||||
_type = "numeric";
|
||||
_style = "real";
|
||||
_label = STRING_COLUMN_LABEL_URGENCY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue