Closed Flaurite closed 3 years ago
Remove vaadin.servlet.productionMode and use jmix.ui.productionMode.
vaadin.servlet.productionMode
jmix.ui.productionMode
jmix.ui.productionMode is false by default.
false
Create new project
Launch the app and try to open Vaadin debug window by the following url postfix:
http://localhost:8080/?debug
The debug window in the bottom right corner should be visible.
Add to the application properties:
jmix.ui.productionMode=true
Launch the app and try to open debug window like in the case above. There is no window should be visible.
Jmix version: 1.1.0-SNAPSHOT - verified
Description
Remove
vaadin.servlet.productionMode
and usejmix.ui.productionMode
.Changes
jmix.ui.productionMode
isfalse
by default.QA
Create new project
Launch the app and try to open Vaadin debug window by the following url postfix:
The debug window in the bottom right corner should be visible.
Add to the application properties:
Launch the app and try to open debug window like in the case above. There is no window should be visible.