Pregunta

I have previously asked a question regarding renaming favorites, here: Tridion Favorites - ability to rename favorite links

Now based on some research from this question Can the list of favorites be extended using a Data Extender?

I am extending the favorites by using dataextender. So the idea is whenever favorite list is retrieved, I would replace it with renamed values of the favorites (the renamed values which are stored as a seperate appdata). But for some reason my dataextender doesnt seem to be working/included in the tridion.

My first question is: Can I listen to favorites reader by looking for command GetList?

Second Question: Also in the config, do I just mention it in the ext:DataExtender element or do i need mention other elements like ext:list

Final Question: Is there a way I can debug my dataextender from visual studio like we can debug event system by attaching to dllhst3g.exe...

¿Fue útil?

Solución

To extend List Favorites, you should listen to GetListUserFavorites command.

No, just ext:dataextender

And yes, as Nuno mentioned, to debug DataExtenders you should attach to w3wp.exe process.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top