amir
(Amir amir)
January 4, 2024, 11:12am
1
Hey there, i would like to ask regarding flowui_filter_configuration. after i migrate from 1.5.3 to 2.1.1 based on Migration from Classic UI :: Jmix Documentation , i install email adds on but unfortunately, this message pop-up.
Is there any workaround to solve or am i missing a few steps.
** for Email Template, when it will be release on 2.1.1.
Thanks in advance.
krivopustov
(Konstantin Krivopustov)
January 9, 2024, 5:50pm
2
Hi Amir,
This exception tells that there is no table for genericFilter configurations provided by the flowui-data module.
Make sure your resources/<base-package>/liquibase/changelog.xml file contains the following line:
<include file="/io/jmix/flowuidata/liquibase/changelog.xml"/>
Also, check that your Run/Debug configuration has this “Before launch” task:
This task checks and fixes changelog.xml based on current dependencies and their changelogs.