浏览代码

https://assistance.opentalent.fr/browse/V8-2384

Olivier Massot 4 年之前
父节点
当前提交
241e49b6a0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ot_templating/Resources/Public/assets/Classic/script/structures.js

+ 5 - 0
ot_templating/Resources/Public/assets/Classic/script/structures.js

@@ -262,6 +262,11 @@ $(document).ready(function() {
             }
             }
         });
         });
 
 
+        sortKeys = function (x) {
+            return x.addressCity.toLowerCase() + x.name.toLowerCase();
+        }
+        results.sort((a, b) => sortKeys(a).localeCompare(sortKeys(b)));
+
         // ** Show the results for the current page
         // ** Show the results for the current page
         let index = 0;
         let index = 0;