Friday, March 28, 2025
2 changes · saas-18.1
Resolved issues and error corrections
The Social app now displays related post cards side by side in the Posts section instead of stacking them vertically. This makes posts shared across multiple accounts easier to review and compare at a glance.
Original PR description
https://www.awesomescreenshot.com/image/53256805?key=71bd00e266f6b08236b3b490b3383b78 How to reproduce: - In the Social app, enable DEMO mode from the configuration settings. - Now click POSTS from the menuitems available. - Click any of the post which has been posted on about 4 accounts. - Scroll down to find the POSTS section, where in you will see that the posts are aligned vertically. Issue: - By default the `<group>` tag makes renders as grid view with 2 columns. Fix: - We use `colspan` to merge the columns. Task-4184968
A small correction was made to the Documents app test setup so folder selection is checked with the right folder reference. This helps keep automated quality checks accurate and reduces the risk of regressions reaching users.
Original PR description
Follow-up of b5cc3c15, forgotten change in saas-18.1 FW-port. Task-4678100