Skip to content

pdm: tolerate getEffectiveModel during indexation

Jérome Perrin requested to merge fix/transformation-index-error into master

it can happen that getEffectiveModel does not find a model, this is currently causing activity failures in indexation of transformations. Tolerate errors here because this is not an error but just a sign of invalid user data.

Merge request reports