Joey
12/14/2022, 6:12 AMJoey
12/14/2022, 6:13 AMnight
12/14/2022, 6:15 AMnight
12/14/2022, 6:17 AMJoey
12/14/2022, 6:17 AMJoey
12/14/2022, 6:17 AMpoulpi
12/14/2022, 8:52 AMvroldanbet
12/14/2022, 9:12 AMpoulpi
12/14/2022, 9:17 AMpoulpi
12/14/2022, 9:18 AMvroldanbet
12/14/2022, 9:24 AMpoulpi
12/14/2022, 9:26 AMpoulpi
12/14/2022, 9:27 AMvroldanbet
12/14/2022, 9:32 AMpoulpi
12/14/2022, 10:01 AMpoulpi
12/14/2022, 10:02 AMensonic
12/14/2022, 10:02 AMzed validate
, but the web version is a bit nicer πpoulpi
12/14/2022, 10:02 AMvroldanbet
12/14/2022, 10:21 AMvroldanbet
12/14/2022, 10:24 AMLookupResources
with edit
permission, it will tell you the resources a user can edit. Another option is to do LookupResources
with view
and then issue multiple Check
calls for each one of those resources with view
permission.Unhinged
12/14/2022, 12:29 PMGabriel Berto
12/14/2022, 2:05 PMToi
12/14/2022, 3:12 PMJoey
12/14/2022, 3:18 PMJoey
12/14/2022, 3:19 PMToi
12/14/2022, 3:29 PMToi
12/14/2022, 3:31 PMCREATE will create the relationship only if it doesn't exist, and error otherwise.
TOUCH will upsert the relationship, and will not error if it already exists.
DELETE will delete the relationship and error if it doesn't exist.
Gabriel Berto
12/14/2022, 4:06 PMkush_ghilothia
12/15/2022, 5:07 AMtheknight
12/15/2022, 8:14 AMDELETE
operation
then call either CREATE
or TOUCH
to save new relation
Is that correct?