Sharing of lists via public links #94

Merged
konrad merged 44 commits from feature/link-sharing into master 2019-08-31 20:56:42 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 61444dc641 - Show all commits

View File

@ -317,6 +317,15 @@ func sortTasksForTesting(by SortBy) (tasks []*Task) {
Created: 1543626724,
Updated: 1543626724,
},
{
ID: 32,
Text: "task #32",
CreatedByID: 1,
CreatedBy: user1,
ListID: 3,
Created: 1543626724,
Updated: 1543626724,
},
}
switch by {