Added viewing all CSI responses + read only version of configurable form BOD-154
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
- args:
|
||||
role: user
|
||||
table:
|
||||
name: csi
|
||||
schema: public
|
||||
type: drop_select_permission
|
||||
- args:
|
||||
permission:
|
||||
allow_aggregations: false
|
||||
columns:
|
||||
- bodyshopid
|
||||
- completedon
|
||||
- created_at
|
||||
- id
|
||||
- jobid
|
||||
- questionset
|
||||
- relateddata
|
||||
- response
|
||||
- updated_at
|
||||
- valid
|
||||
- validuntil
|
||||
computed_fields: []
|
||||
filter:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
role: user
|
||||
table:
|
||||
name: csi
|
||||
schema: public
|
||||
type: create_select_permission
|
||||
@@ -0,0 +1,36 @@
|
||||
- args:
|
||||
role: user
|
||||
table:
|
||||
name: csi
|
||||
schema: public
|
||||
type: drop_select_permission
|
||||
- args:
|
||||
permission:
|
||||
allow_aggregations: true
|
||||
columns:
|
||||
- bodyshopid
|
||||
- completedon
|
||||
- created_at
|
||||
- id
|
||||
- jobid
|
||||
- questionset
|
||||
- relateddata
|
||||
- response
|
||||
- updated_at
|
||||
- valid
|
||||
- validuntil
|
||||
computed_fields: []
|
||||
filter:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
role: user
|
||||
table:
|
||||
name: csi
|
||||
schema: public
|
||||
type: create_select_permission
|
||||
@@ -957,6 +957,7 @@ tables:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
allow_aggregations: true
|
||||
update_permissions:
|
||||
- role: anonymous
|
||||
permission:
|
||||
|
||||
Reference in New Issue
Block a user