BeAPI / bea-content-sync-fusion

Synchronize contents across your Multisite.
https://beapi.fr
GNU General Public License v2.0
45 stars 8 forks source link

Update order use to retrieve terms during resync #145

Closed petitphp closed 1 year ago

petitphp commented 1 year ago

Previously when doing a resync, terms were ordered by name which could hierarchy issues when a child term was sync before its parent. Terms will now be ordered by ID ascending which should ensure parents are always created before their children.