From e260c40240e0008504f27a5d8f10f2809529b4db Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Wed, 27 Oct 2021 17:57:05 +0200 Subject: [PATCH] :bug: fix wrong component namespace (workaround) closes #114 @see https://github.com/vaadin-component-factory/enhanced-date-picker/issues/13 @see https://github.com/gatanaso/multiselect-combo-box-flow/issues/92 --- src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 340f2870..3da825ef 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,3 @@ -vaadin.whitelisted-packages=org.komunumo - server.port=${PORT:8080} logging.level.org.atmosphere = warn logging.level.org.jooq=debug @@ -20,3 +18,4 @@ komunumo.website.logoUrlTemplate=/images/logo.png # To improve the performance during development. # For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters # vaadin.whitelisted-packages= org/vaadin/example +vaadin.whitelisted-packages=org.komunumo, org.vaadin.gatanaso, com.vaadin.componentfactory