Hi,
For internal use i have created a gui where my colleagues can create accounts and assign groups of nodes to that account without having to login via the admin panel.
This has been in use for roughly a year now, but recently, as in today, a issue has come up where the create limitation function called via rest suddenly stopped working correctly.
Example of the data for the rest call :
$data = [18, null, [$assignmentId], null, $accountId];
This creates a group of groups limitation for a specified account.
When i check on the admin panel is see that under the account the limitation gets correctly created. But when i login with the created user all the nodes are visible.
When i simply edit and save the limitation via the admin panel without changing anything the account can only see the nodes that are in the limitation.
I know that there is a delay when creating the limitation via rest before the changes applies, but my colleagues made a account before lunch and when they returned the limitation was still not applied
The strange thing is that deletelimitation and updatelimition both work fine.
I'm a bit stuck now so i don't know if anyone has a idea what the issue may be?