Loading terms via a service for autocomplete enabled taxonomy field. It also maintains the order the terms are selected.

Issue #4409.
This commit is contained in:
Jeff
2015-08-21 16:22:49 +01:00
parent e2e539897e
commit 8adb69de54
9 changed files with 146 additions and 127 deletions

View File

@@ -41,6 +41,7 @@ namespace Orchard.Taxonomies.Services {
IEnumerable<TermPart> GetTerms(int taxonomyId);
int GetTermsCount(int taxonomyId);
TermPart GetTerm(int id);
TermPart GetTermByName(int taxonomyId, string name);
void DeleteTerm(TermPart termPart);