Skip to content

Merge 3.11/628_instances_cleaner_bug into 3.11/sprint

Martin Duvanel requested to merge 3.11/628_instances_cleaner_bug into 3.11/sprint
  • Fixed the 3 table names that were not consistent between object and table sync (among which the export instance, which caused the bug)
  • Fixed the 2 object IDs that were colliding
  • Defined a common string #define for all tables so that this error does not occur again when copy/pasting from an actual example in the code (was not possible to reuse the static because of static initialization order)

Merge request reports