mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
🐛 Fixed search that displays deprecated materials
This commit is contained in:
parent
3b6c9f9511
commit
cf4a4b2b25
@ -111,11 +111,6 @@
|
|||||||
and (ppr.is_admin = true or
|
and (ppr.is_admin = true or
|
||||||
ppr.is_owner = true or
|
ppr.is_owner = true or
|
||||||
ppr.can_edit = true)
|
ppr.can_edit = true)
|
||||||
union
|
|
||||||
select p.*
|
|
||||||
from project as p
|
|
||||||
where p.team_id = uuid_nil()
|
|
||||||
and p.deleted_at is null
|
|
||||||
)
|
)
|
||||||
select distinct f.*
|
select distinct f.*
|
||||||
from file as f
|
from file as f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user