-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(post): add conditional CS Ticket ID display
- Updated the HTML template of the post component to improve the display of support tickets. - Added a condition in the HTML template to show the support ticket ID only if the user is the owner or privileged. - Changed the tooltip text from "Reported to CS" to "Reported to Customer Support". - Modified the TypeScript file of the post component to include a computed property `isOwnerOrPrivileged` that checks if the user is the owner or has privileged roles. This commit improves how support tickets are displayed and provides more accurate information for users.
- Loading branch information
1 parent
a69cb37
commit b84c484
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters