Skip to content

fix: check if transaction result is not null

Arnaud Vergnet requested to merge topic/default/transaction-fix into branch/default

Uses the new cubicwebjs version to check if the response returned from a transaction execute is not null.

When editing a relation, execute can return null. But in this case we are creating a new one so we should always receive the id of the created entity.

Edited by Arnaud Vergnet

Merge request reports