Issue #2928661 by kriboogh: Reordering taxonomy terms after "Reset to...
Compare changes
@@ -2,6 +2,7 @@
@@ -71,7 +72,9 @@ public function create(array $values = []) {
@@ -85,6 +88,7 @@ public function resetCache(?array $ids = NULL) {
@@ -107,6 +111,7 @@ public function updateTermHierarchy(EntityInterface $term) {
@@ -191,6 +196,7 @@ protected function getAncestors(TermInterface $term) {
@@ -215,6 +221,7 @@ public function getChildren(TermInterface $term) {
@@ -223,6 +230,7 @@ public function getChildren(TermInterface $term) {
@@ -315,6 +323,7 @@ public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities =
@@ -327,6 +336,7 @@ public function nodeCount($vid) {
@@ -338,6 +348,22 @@ public function resetWeights($vid) {
@@ -352,15 +378,18 @@ public function getNodeTerms(array $nids, array $vids = [], $langcode = NULL) {
@@ -368,11 +397,13 @@ public function getNodeTerms(array $nids, array $vids = [], $langcode = NULL) {
@@ -453,6 +484,7 @@ public function __sleep() {
@@ -461,6 +493,7 @@ public function __sleep() {