Skip to content

Commit

Permalink
Removed 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 cb443fa commit 9b96ffc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,5 @@ protected ActionResult GetTaxonomyInternal(string contentTypeName, string taxono
var templateName = autocomplete ? "../EditorTemplates/Fields/TaxonomyField.Autocomplete" : "../EditorTemplates/Fields/TaxonomyField";
return PartialView(templateName, viewModel);
}

protected virtual void ApplyPreRequest() { }
}
}

0 comments on commit 9b96ffc

Please sign in to comment.