wugg 2 anni fa
parent
commit
6af00b0120
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/admin/BaseController.php

+ 1 - 1
app/admin/BaseController.php

@@ -14,7 +14,7 @@ class BaseController extends base{
     public  $uname='';
     public  $roleid='';
     public  $level='';
-    public $novalidate=['GetLast',"performance"];
+    public $novalidate=['GetLast',"performance","productTh","productPerformance"];
     public function __construct(App $app) {
          parent::__construct($app);
          $this->post =$this->request->post();