The action search right object action for link requires the left object to be persisted. However, in #256, it is required to query right object when the left object is not yet persisted.
So the search action should have two types of optional inputs:
- the left object id if persisted
- the non persisted object if not persisted. Note: this non persisted object will require to be as filled as possible: for example, the parentid should be filled.
The action search right object action for link requires the left object to be persisted. However, in #256, it is required to query right object when the left object is not yet persisted.
So the search action should have two types of optional inputs: