major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
To ensure that cached JavaScript files are not used in a deployed application, a timestamp is appended to the files. If the timestamp differs but the file remains the same, the browser will still reload it. Currently, this timestamp is regenerated with every update. As a result, all relevant JavaScript files are reloaded, and any breakpoints are lost, making debugging more difficult.
Improvement
It is sufficient to set the timestamp once after the server starts. This ensures that the browser loads the latest version of the JavaScript files while still allowing for debugging.
Test
- Set a breakpoint in, for example, dialog.js.
- Refresh the page.
- Expected result: The breakpoint is still in the file because it has not been reloaded.