Skip to content

Commit

Permalink
#1922 Fix the quilter syntex use dto filter free tags by colour
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 1, 2021
1 parent f6acf12 commit 7c098f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/scripts/services/api/TagSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return QuerySrv.query('v1', [
{ _name: 'listTag' },
{ _name: 'freetags' },
{ _name: 'filter', _not: { colour: defaultColour } }
{ _name: 'filter', _not: { '_field': 'colour', '_value': defaultColour } }
], {
params: {
name: 'list-tags'
Expand Down

0 comments on commit 7c098f4

Please sign in to comment.