Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE
-
6.2.x
-
Committed
-
9
-
3
Description
Steps to reproduce
- Activate staging local with blogs and document library
- Import two files A and B
- Create a Blog entry and link it with files A and B
- Publish to live
- Check AssetLink table at both staging and live: two links from blog to dl will exist (A and B)
- Edit blog entry and remove link with B
- Check AssetLink table at staging: only one link from blog to dl will exist (A)
- Publish to live
- Check AssetLink table at live:
- Wrong behavior: two link from blog to dl will exist (A and B)
- Expected behavior: live environment will have same information than staging environment
- Wrong behavior: two link from blog to dl will exist (A and B)
Note: Solution to this issue at Master is being implemented as a part of LPS-58452