@alfresco/aca-content 7.3.0-19759090673 → 7.3.0-19759097406

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6081,7 +6081,8 @@ class DocumentListDirective {
6081
6081
  this.preferences.get(`${this.sortingPreferenceKey}.sorting.previousDirection`, null)
6082
6082
  ];
6083
6083
  const [currentKey, currentDir] = [
6084
- this.preferences.get(`${this.sortingPreferenceKey}.sorting.key`, null),
6084
+ this.preferences.get(`${this.sortingPreferenceKey}.sorting.sortingKey`, null) ||
6085
+ this.preferences.get(`${this.sortingPreferenceKey}.sorting.key`, null),
6085
6086
  this.preferences.get(`${this.sortingPreferenceKey}.sorting.direction`, null)
6086
6087
  ];
6087
6088
  if (previousKey) {