Enhancement
Major
Detail
Detail
Bugfix
Nice to have
#28006
Addition of missing @TemplateType annotations for ThemeVar variables
The @TemplateType annotations were missing for two specific template variables, which led to warning messages during system execution.
- No template type defined for template variable, add a @TemplateType annotation: public static com.top_logic.gui.ThemeVar com.top_logic.layout.structure.Icons.VERSION_VIEW
- No template type defined for template variable, add a @TemplateType annotation: public static com.top_logic.gui.ThemeVar com.top_logic.layout.structure.Icons.LOGO_VIEW
The required annotations have been added to complete the definition of the template types for these variables:
- For com.top_logic.layout.structure.Icons.VERSION_VIEW.
- For com.top_logic.layout.structure.Icons.LOGO_VIEW.
Testing
- It should be checked that the corresponding warning messages no longer occur after the @TemplateType annotations have been added.
- It must be ensured that the addition of the annotations does not affect any other parts of the application.
- The version and the name of the application must still be visible in the footer.