Skip to content

core: make Base_edit raise in case of wrong matrixbox keys

Jérome Perrin requested to merge fix/Base_edit_cell into master

This should not happens, but if this happens we should not just return in the middle of the loop, because this returned value is not used, so we would just silently edit partially.

Merge request reports