mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
system filters are also public
This commit is contained in:
parent
f9ae13a350
commit
50d053b672
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ metadata: filter_search_json
|
||||||
'id', f.id,
|
'id', f.id,
|
||||||
'created_at', f.created_at,
|
'created_at', f.created_at,
|
||||||
'user_id', f.user_id,
|
'user_id', f.user_id,
|
||||||
'public', f.public,
|
'public', f.public or f.system,
|
||||||
'system', f.system,
|
'system', f.system,
|
||||||
'name', lower(f.name),
|
'name', lower(f.name),
|
||||||
'description', f.description,
|
'description', f.description,
|
||||||
|
|
Loading…
Reference in a new issue