mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3638] - update priority option (#6423)
This commit is contained in:
@@ -187,12 +187,12 @@ export class DataTableComponentPage {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (a.toLocaleLowerCase() === 'not set') {
|
||||
if (a.toLocaleLowerCase() === 'none') {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (a.toLocaleLowerCase() === 'low') {
|
||||
if (b === 'not set') {
|
||||
if (b === 'none') {
|
||||
return 1;
|
||||
} else {
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user