fix redirect

This commit is contained in:
D070615
2025-07-07 15:37:02 +02:00
parent 7c33813102
commit c6cc70a062
2 changed files with 5 additions and 7 deletions

View File

@@ -7,6 +7,6 @@ extend service CatalogService with {
*, //> non-localized defaults, e.g. title
key ID,
texts.title as localized_title,
texts.locale
};
texts.locale,
} excluding { contents };
}