mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Feature - new field 'priority_long'
- The new 'priority_long' field can be shown in custom reports, and will display 'High' rather than the abbreviated 'H'. - Unit tests.
This commit is contained in:
parent
dca4772f33
commit
db707d5e15
4 changed files with 99 additions and 3 deletions
|
@ -181,9 +181,10 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
|||
<< "\n"
|
||||
<< "alias.rm=delete\n"
|
||||
<< "\n"
|
||||
<< "# Fields: id,uuid,project,priority,entry,entry_time,start,entry_time,due,\n"
|
||||
<< "# recur,recurrence_indicator,age,age_compact,active,tags,tag_indicator,\n"
|
||||
<< "# description,description_only,end,end_time\n"
|
||||
<< "# Fields: id,uuid,project,priority,priority_long,entry,entry_time,\n"
|
||||
<< "# start,entry_time,due,recur,recurrence_indicator,age,\n"
|
||||
<< "# age_compact,active,tags,tag_indicator,description,\n"
|
||||
<< "# description_only,end,end_time\n"
|
||||
<< "# Description: This report is ...\n"
|
||||
<< "# Sort: due+,priority-,project+\n"
|
||||
<< "# Filter: pro:x pri:H +bug limit:10\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue