Widget wording not changing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:32 AM
Hi all, I am trying to amend the wording of one of the widgets. I have located the correct widget and made the changes - However the changes are not reflecting when I unit test - see below images
Correct widget server script:
I have changed the track message to include 'My tickets' instead of 'requests' - but the widget is still showing 'requests'
How do i resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 02:42 AM
How do i check if the widget is read only?
How do I call the cloned widget if I do clone and make it not read only ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 02:45 AM
So at the moment I am not calling the cloned widget, I have amended the server script in the original widget and thats what you can see on the screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 02:54 AM
Hi @LJ_23
Could you share the part of the code that is using m.trackMsg?
If you could also right click on the info message in the browser and choose "Inspect" and screenshot that HTML that would also be useful.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 04:06 AM
this is the inspect html
it looks as though m.trackMsg is only mentioned once in the server script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 04:10 AM
Thanks for this. Could you share the actual HTML of the widget where m.trackMsg is being utilised?
The above inspect shows that the ng-bind-html being used is m.displayMessage. Maybe you could also share the part of the server script that is setting m.displayMessage?