Skip to content

Commit

Permalink
Properly added ApplyPreRequest to the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPiovanelli committed Apr 16, 2024
1 parent 794f4c0 commit fbff870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public LocalizedTaxonomyController(

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

Expand Down

0 comments on commit fbff870

Please sign in to comment.