Fixed bad ordering bug

Merged mattj13 requested to merge new-task-column-assignment into release-1.1.0

When tasks are created without specifying a column, the frontend will now assign the left-most column to the task from the frontend. This solves the bug where this would cause the first columns ordering to be bad.

Merge request reports