POST Deployment v1.11.0
Update Search cards
MANDATORY
To be able to apply the improvements in the accessibility of the product, it is necessary to update the Search cards.
To do this, access the Search configuration.
- Access to Syntphony Settings
- Access the This Tenant menu.
- Access the Search configuration section.
- Open the Search results section.
- Finally, open the Designs section to see the list of the available designs.
The following layouts must then be modified:
Person Card
In this case it is necessary to update the title variant. You will need to locate the following code and add the variant parameter.
"variant": "h4",
Content List
For this design it is necessary to update the title variant and move the click action. To update variant, you will need to locate the following item and add the variant and onClick parameters.
"variant": "h4",
"onClick": {
"type": "OpenUrlNewTab",
"url": "@eval({urls.interactivePreviewUrl} || {urls.detailUrl})",
"setView": "@eval({contentType} === 'TogoDocuments' || {contentType} === 'TogoApplications')"
}
It is also necessary to move the first onClick into the body.
Community Card
For this design it is necessary to update the title variant and move the click action. To update variant, you will need to locate the following item and add the variant parameter.
"variant": "h4",
It is also necessary to move the first onClick into the body.
Update Activity Center configuration
MANDATORY
In order for the improvement made to the Activity Center to work properly, it is necessary to modify its configuration. You will find the new configuration in the attached file called Activity Center - New configuration.json, where you will have to transfer the values of the old configuration to the new one.
The relationship between the two is shown below:
Old value | New value |
---|---|
followersCommunity | notifyCommunityFollowers |
followersAuthor | notifyAuthorFollowers |
followersTag | notifyTagFollowers |
followersEditor | notifyEditorFollowers |
followersContent | notifyContentFollowers |
contentEditor | notifyContentEditor |
contentAuthor | notifyContentAuthor |
commentCreator | notifyCommentCreator |
The current configuration can be found at:
- Access to Syntphony Settings
- Access the This Tenant menu.
- Access the Activity Center section.
After making the necessary changes, you must update it with the new configuration in the same section.