forked from meissa/ModeratorElection
Some cleanup, research results in dev_notes :: "refresh/singleton" exception
This commit is contained in:
parent
623e8a9d72
commit
aa0461e448
4 changed files with 9 additions and 4 deletions
2
build.py
2
build.py
|
@ -6,7 +6,7 @@ from ddadevops import *
|
|||
name = 'moderator-election'
|
||||
MODULE = ''
|
||||
PROJECT_ROOT_PATH = '../..'
|
||||
version = "1.0.0-dev"
|
||||
version = "0.0.1-dev"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
|
@ -33,4 +33,10 @@ npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated
|
|||
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
Refresh, Singleton Issue
|
||||
https://github.com/vaadin/flow/issues/9376
|
||||
https://mvysny.github.io/cant-move-node/
|
||||
https://vaadin.com/forum/t/unregistered-node-was-not-found-based-on-its-id-the-tree-is-most-likely-co/161068
|
||||
https://vaadin.com/docs/v14/flow/integrations/spring/tutorial-spring-scopes
|
||||
'''
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Silke,Hans,Dieter,Anne
|
|
@ -8,4 +8,4 @@ vaadin.launch-browser=true
|
|||
# For more information https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters
|
||||
vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application
|
||||
spring.jpa.defer-datasource-initialization = true
|
||||
membernames=${MEMBERNAMES:Micha,Ansgar,Clemens,Mattis,Erik,Mirco}
|
||||
membernames=${MEMBERNAMES}
|
||||
|
|
Loading…
Reference in a new issue