Skip to Content

Migrations & Updates

2026-02-18: oarepo-ui v7.0+ Required Base Templates

oarepo-ui PR #409oarepo-ui ≥ 7.0RDM v14

oarepo-ui v7.0+ package requires base template files in your model’s UI module. These templates must extend the oarepo-ui base templates. See Record landing page documentation for the complete template inheritance flow.

AffectedNot affected
Model UIs created before 2026-02-18Model UIs generated after 2026-02-18
Using default templatesCustom page templates configured
oarepo-ui >= 7.0older versions
Show migration steps

Option 1: Use model update (Recommended)

Run the model update command from your repository root:

./run.sh model update <model_name>

Option 2: Create files manually

If you prefer not to use model update, you can create the required template files manually in ui/mymodel/templates/semantic-ui/mymodel/. See the model copier template  for the complete list of required files.

Common issues:

  • TemplateNotFound: mymodel/record_detail.html → Create base template file
  • Partials not showing → Check that mymodel/record_detail/main.html exist
Last updated on