Ability to delete non-exported payment IO-559
This commit is contained in:
@@ -587,6 +587,22 @@ tables:
|
||||
- active:
|
||||
_eq: true
|
||||
check: null
|
||||
delete_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
filter:
|
||||
_and:
|
||||
- job:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
- exported:
|
||||
_eq: false
|
||||
- table:
|
||||
schema: public
|
||||
name: bodyshops
|
||||
|
||||
Reference in New Issue
Block a user