vaadin / starters

Issue repository for all the starter projects in https://vaadin.com/start
3 stars 0 forks source link

Adding a view with Rich Text Editor template results in a broken java class generation #127

Closed taefi closed 1 year ago

taefi commented 1 year ago

Describe the bug

Adding a view with Rich Text Editor template results in generating a broken java class for that view. The problem can be seen both in the downloaded project from https://start.vaadin.com and in the Source Code view within the website as well.

The generated java file is named as RichTextEditorView.java while the class inside is named RichTextRichTextEditorView.

To Reproduce

Steps to reproduce the behavior:

  1. Open https://start.vaadin.com
  2. Add a view with Rich Text Editor template
  3. See the source code within the website or in the downloaded project.

Expected behavior

The class and the file should be named similarly as RichTextEditorView.

Screenshots

Screenshot 2023-05-26 at 13 36 17