Task filters #243

Merged
konrad merged 18 commits from feature/task-filter into master 2020-04-11 14:20:34 +00:00
Showing only changes of commit da13b825a9 - Show all commits

View File

@ -112,8 +112,6 @@ func (TaskReminder) TableName() string {
type taskOptions struct {
search string
startDate time.Time
endDate time.Time
page int
perPage int
sortby []*sortParam