jigarius / toggl2redmine

Import time from Toggl 2 Redmine.
GNU General Public License v3.0
26 stars 6 forks source link

Put all invalid records at the bottom #2

Closed jigarius closed 6 years ago

jigarius commented 6 years ago

Time entries from Toggle for which a relevant Redmine issue cannot be found should also appear after all valid entries. Currently, only the Toggl entries which don't have an issue ID sink to the bottom.

jigarius commented 6 years ago

Used record.valid = false as an indicator that the record has errors. This is then used to sink erroneous records to the bottom of the list.