Wednesday, June 8, 2022
2 changes
Enhancements to existing features
Social media account and stream lists now show who created each record, making it easier for teams to identify the account owner. This improves visibility and accountability when managing social accounts across channels.
Original PR description
This PR adds 'create_uid' in the list views of 'Social Streams' and 'Social Accounts' so that one can know who is the account owner. taskID-2857845
The appraisal survey reporting template now uses a more stable internal marker when applying layout changes. This reduces the chance that future styling updates will accidentally break appraisal survey statistics pages.
Original PR description
This commit replaces an xpath reference which was previously a style class, with the o_survey_statistics_header class, which is more robust. It has been changed since we need to modify this style class. Task-2622693