Tabish Usman
Tabish Usman

Reputation: 3250

Sitefinity's Default list (mvc) widget disappeared on news details page?

I have to show Listing using the sitefinity's default List widget on my news details page where my list widget disappeared because of news detail's url because my list widget also consider it as details page while I have to show listing only. To resolve this error I have used the article . And this is working fine in case off multiple news widgets i.e one to always display listing and other to display details but same did't work in case of list widget.(I am using mvc widgets for both news and List,with Sitefinity 10.1.6502.0)

Need your help!

Upvotes: 0

Views: 223

Answers (1)

Jim
Jim

Reputation: 11

It looks like for whatever reason the list widget doesn't implement an override of the HandleUnknown action. (The code for that controller is here: link) You can see similar methods in other widgets that return the index action. (e.g. the blog post widget)

Upvotes: 1

Related Questions