Skip to content

Commit

Permalink
Added virtual keyword to GetTaxonomy action in LocalizedTaxonomyContr…
Browse files Browse the repository at this point in the history
…oller
  • Loading branch information
AndreaPiovanelli authored May 16, 2024
1 parent 9b96ffc commit 8b04c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public LocalizedTaxonomyController(
}

[OutputCache(NoStore = true, Duration = 0)]
public ActionResult GetTaxonomy(string contentTypeName, string taxonomyFieldName, int contentId, string culture, string selectedValues) {
public virtual ActionResult GetTaxonomy(string contentTypeName, string taxonomyFieldName, int contentId, string culture, string selectedValues) {
return GetTaxonomyInternal(contentTypeName, taxonomyFieldName, contentId, culture, selectedValues);
}

Expand Down

0 comments on commit 8b04c3d

Please sign in to comment.