mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-01 11:20:19 +02:00
Bug Fix - #332 output field "recur_ind" not valid?
- Fixed bug #332 where task complained that the 'recur_ind' custom report column was invalid. It was misnamed in the documentation, which should have read 'recurrence_indicator'. Also, the 'tag_indicator' column was not mentioned anywhere (thanks to T. Charles Yun). - Added ChangeLog entry for the #333 fix.
This commit is contained in:
parent
2b44d513e8
commit
d4910f65eb
2 changed files with 8 additions and 2 deletions
|
@ -15,6 +15,12 @@
|
||||||
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
|
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
|
||||||
+ Fixed bug #322 which failed to propagate rc overrides to shell commands.
|
+ Fixed bug #322 which failed to propagate rc overrides to shell commands.
|
||||||
+ Fixed redundant messages when exiting shell mode.
|
+ Fixed redundant messages when exiting shell mode.
|
||||||
|
+ Fixed bug #333 which failed to display the ID of a duplicated task (thanks
|
||||||
|
to Cory Donnelly).
|
||||||
|
+ Fixed bug #332 where task complained that the 'recur_ind' custom report
|
||||||
|
column was invalid. It was misnamed in the documentation, which should
|
||||||
|
have read 'recurrence_indicator'. Also, the 'tag_indicator' column was
|
||||||
|
not mentioned anywhere (thanks to T. Charles Yun).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -150,8 +150,8 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
||||||
<< "#default.priority=M # Unless otherwise specified\n"
|
<< "#default.priority=M # Unless otherwise specified\n"
|
||||||
<< "default.command=list # Unless otherwise specified\n"
|
<< "default.command=list # Unless otherwise specified\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "# Fields: id,uuid,project,priority,entry,start,due,recur,recur_ind,age,\n"
|
<< "# Fields: id,uuid,project,priority,entry,start,due,recur,recurrence_indicator,age,\n"
|
||||||
<< "# age_compact,active,tags,description,description_only\n"
|
<< "# age_compact,active,tags,tag_indicator,description,description_only\n"
|
||||||
<< "# Description: This report is ...\n"
|
<< "# Description: This report is ...\n"
|
||||||
<< "# Sort: due+,priority-,project+\n"
|
<< "# Sort: due+,priority-,project+\n"
|
||||||
<< "# Filter: pro:x pri:H +bug limit:10\n"
|
<< "# Filter: pro:x pri:H +bug limit:10\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue