فهرست منبع

HUE-2456 [oozie] Coordinator filter checkbox should filter by character regardless of case

Updated filter to search on lowercase search terms
Paul McCaughtry 11 سال پیش
والد
کامیت
47d5351
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinator.mako

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinator.mako

@@ -493,7 +493,7 @@ ${ layout.menubar(section='coordinators', dashboard=True) }
       if (self.searchFilter().length === 0) {
         self.filter([]);
       } else {
-        self.filter(self.searchFilter());
+        self.filter(self.searchFilter().toLowerCase());
       }
 
       if (self.selectedActions().length === self.actions().length) {