diff --git a/pkg/models/saved_filters.go b/pkg/models/saved_filters.go index 1d9ba59e8..18a0bbce5 100644 --- a/pkg/models/saved_filters.go +++ b/pkg/models/saved_filters.go @@ -25,7 +25,7 @@ import ( // SavedFilter represents a saved bunch of filters type SavedFilter struct { // The unique numeric id of this saved filter - ID int64 `xorm:"autoincr not null unique pk" json:"id"` + ID int64 `xorm:"autoincr not null unique pk" json:"id" param:"filter"` // The actual filters this filter contains Filters *TaskCollection `xorm:"JSON not null" json:"filters"` // The title of the filter.