Hi I have sort of big trouble within new 4.0 relations system…
So now I have one object with 3 columns - from (backendlesUser), to (backendlesUser), status(int)
- Create user with status = 0
- Make relation to From
- Maker relation to To
…Time passed - Change status for entry with objectID -> 1
Result status is changed to 1, but From&To == NULL
Which does not make any sense…
First of all, object obtained during status change, has From&To (i’ve used relationdepth parameter)
Secondly doing extra 2 request to add already existing relations would be insane…