-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.X EE, 6.2.0 CE RC3
-
Fix Version/s: 6.2.0 CE RC4
-
Component/s: Web Content > Web Content Administration
-
Labels:
-
Environment:Tomcat 7.0 + MySQL 5. Portal 6.1.x EE GIT ID: 405d06638c95522d0e51ba1d64c183494464101b.
Tomcat 7.0 + MySQL 5. Portal master GIT ID: f933b7b512523a1663876cb65d6b7c8448ae986c.
-
Story Points:4
-
Git Pull Request:
Steps to reproduce:
1. Go to Admin > Content > Web Content.
2. Create a web content named "AAA".
3. Edit the web content and change to "BBB".
4. Click the web content.
5. Click View History.
6. Delete "BBB".
7. Navigate to database.
8. View AssetEntry table.
Expected result:
The data of web content should be updated to "AAA" because "BBB" is deleted.
Actual result:
Database still remains "BBB" in AssetEntry table.