comma
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 8 Sep 2021 17:08:04 +0000 (13:08 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 8 Sep 2021 17:08:04 +0000 (13:08 -0400)
ext/search_kit/ang/crmSearchDisplay/traits/searchDisplayBaseTrait.service.js

index 39b631e0e9907bd870cf03908bb8a795e2664283..5a06852757402c2e3745c72a71b69678de00c787 100644 (file)
       // Call SearchDisplay.run and update ctrl.results and ctrl.rowCount
       runSearch: function(editedRow) {
         var ctrl = this,
-          requestId = ++runCount;
+          requestId = ++runCount,
           apiParams = this.getApiParams();
         this.loading = true;
         _.each(ctrl.onPreRun, function(callback) {