Skip to content

Commit

Permalink
Removing ApplyPreRequest function
Browse files Browse the repository at this point in the history
Co-authored-by: Benedek Farkas <[email protected]>
  • Loading branch information
AndreaPiovanelli and BenedekFarkas authored May 16, 2024
1 parent cfca5d1 commit cb443fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 cb443fa

Please sign in to comment.