Skip to content

Commit

Permalink
Calling base GetTaxonomy action
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 d963e08 commit cfca5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public AdminLocalizedTaxonomyController(IContentDefinitionManager contentDefinit
[OutputCache(NoStore = true, Duration = 0)]
public override ActionResult GetTaxonomy(string contentTypeName, string taxonomyFieldName, int contentId, string culture, string selectedValues) {
AdminFilter.Apply(_requestContext);
AdminFilter.Apply(_requestContext);
return base.GetTaxonomy(contentTypeName, taxonomyFieldName, contentId, culture, selectedValues);
}
}
}

0 comments on commit cfca5d1

Please sign in to comment.