FIX: load tag_groups and not tags

This commit is contained in:
Joffrey JAFFEUX 2018-02-27 21:10:57 +01:00 committed by GitHub
parent e32691a3e9
commit 8ca1b1ab0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default MultiSelectComponent.extend(Tags, {
limit: this.get("siteSettings.max_tag_search_results")
};
this.searchTags("/tags/filter/search", data, this._transformJson);
this.searchTags("/tag_groups/filter/search", data, this._transformJson);
},
_transformJson(context, json) {