Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refreshing Only Favorites using Javascript

I have a Data Extender in place that modifies the Favorites' titles when ever favorites are requested. But when I add a single favourite, only that item is updated without calling the whole list. My question is how do I refresh only the favorites part in Tridion using JavaScript so that the entire favorites list is retrieved and the list is run through my data extender so that the title is updated.

So How do I refresh favorites only in Tridion using JavaScript?

like image 404
KoteswaraRao Ankalla Avatar asked May 07 '26 06:05

KoteswaraRao Ankalla


1 Answers

$models.$cme.getShortcuts().getList().unload()

like image 103
UI Beardcore Avatar answered May 08 '26 21:05

UI Beardcore