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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user