Make dockerfile and fix multitag filter
This commit is contained in:
@@ -103,7 +103,7 @@ func (t *Task) MarshalJSON() ([]byte, error) {
|
||||
"noteText": strings.Join(t.Note, "\n"),
|
||||
"ow": 0,
|
||||
"tags": strings.Join([]string(t.Tags), ", "),
|
||||
"tags_ids": strings.Join([]string(tagsIds), ", "),
|
||||
"tags_ids": strings.Join([]string(tagsIds), ","),
|
||||
"duedate": t.Due.Format(fullFormat),
|
||||
"dueClass": "",
|
||||
"dueStr": t.Due.Format(shortFormat),
|
||||
|
||||
Reference in New Issue
Block a user