Widget wording not changing

LJ_23
Tera Contributor

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: 

LJ_23_0-1742211038926.pngLJ_23_1-1742211074104.png

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?

14 REPLIES 14

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 ?

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

richardyaxl
Tera Expert

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

LJ_23_0-1742295767360.png

this is the inspect html

LJ_23_1-1742295964241.png

it looks as though m.trackMsg is only mentioned once in the server script

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?