make SubtaskTimeTrackingExportCommand work and export to CSV, not html#1
make SubtaskTimeTrackingExportCommand work and export to CSV, not html#1liedekef wants to merge 6 commits intoipunkt:masterfrom
Conversation
|
Dear @liedekef, In Plugin.php at line 8 the definition of SubtaskTimeTrackingExportCommand is missing, so an exception occurs. To address this problem, please consider adding the following line after line 8:
Otherwise, I personally really like this addition and hope it to be merged soon! |
|
Indeed, I fixed that already in my version, but forgot to add the use-line to the git source. |
|
Thank you! |
|
I'll take a look and see if that works and if so, change it. |
|
Ok, since the command export:allsubtaskstimetracking already exports to datetime, I've changed that now for export:subtaskstimetracking too. |
This commit make the SubtaskTimeTrackingExportCommand work (next to AllSubtaskTimeTrackingExportCommand) and exports to CSV as the rest of kanban does (this could result in some html-generating code to be removed).
Next to that a css part is removed that interferes with the latest kanboard code to allow timespent to be entered directly on the task upon creation too.