-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.4.1 CE GA2, 7.4.13 DXP GA1, Master
-
Component/s: Forms
-
Fix Priority:4
-
Sprint:Forms_7.4_16
-
Git Pull Request:
Description
The Form Builder Layout is broken after upgrading to 7.4.
Pre conditions
To use 7.0 and 7.1 version, the MySQL version must be at 5.7.
Steps to Reproduce
- Raise the Portal at 7.0, 7.1, 7.2 or 7.3 version;
- Go to Forms > Create a simple Form;
- Generate a dump by the command:
mysqldump -u root -p lportal > dumpPortalVersion.sql
- Stop the Portal;
- Shutdown its process by the command:
../bin ./shutdown.sh
- Kill the Java process by the command:
killall -9 java
- Drop the database by the command:
drop database lportal;
- Create the database by the command:
create database lportal character set utf8 collate utf8_bin;
- In the mysql shell, apply the database by the command:
use lportal;
- Apply the dump generated ate step 3 by the command:
source dumpPortalVersion.sql;
- Put the xml license file in the deploy folder;
- Put the mysql.jar in the tomcat/lib/ext folder;
- From the 7.4 version, ../tools/portal-tools-db-upgrade-client, run the upgrade by the command:
./db_upgrade.sh
- Press ENTER until need to type the database username > Type the username;
- Type the password, in case of exists one;
- Press ENTER until the upgrade starts;
- Raise the Portal from 7.4 version.
Expected Result
The Form Builder layout is NOT broken.
Actual Result
The Form Builder layout is broken.
Reproduced In
master: a0a617085910d5d8dec936d78799d905af9c68cc
Evidence
- is caused by
-
LPS-123793 Migrate Layout Provider component from an event bus pattern(emitting custom events) to a Redux-like pattern
-
- Closed
-
- is related to
-
LPS-130353 The Elements Sets are not shown after upgrading to 7.4
- Closed