ODF Rearrangement of the tabs on the edit form


This page should only be applied if the script prompts script to perform the manual migration code.20260204.ODF

In version 4.10, the tabs on the training course editing form have been reorganized.

If you have completely overridden the "default-edition" view, you don't have to follow the core's reorganization; you can keep your own structure.

However, two i18n keys, corresponding to old tabs, have been removed:

  • PLUGINS corresponding to the "At a Glance" tab, renamed "Key Information" with the key PLUGINS in the new structure
  • PLUGINS corresponding to the "Internships and Work-Study Programs" tab. In the new structure, this tab no longer exists; internships and work-study programs have been moved to a new "Organization" tab

If you use them, you will need to redefine these two keys in your project.

For example, add them to the application catalog (i18n.xml) and replace "plugin.odf:PLUGINS" with "plugin.application:PLUGINS," and do the same for the other key.

Back to top