Explorar el Código

new info button

andre hace 5 meses
padre
commit
683cac0dc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

+ 1 - 1
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -16,7 +16,7 @@ class InfoButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('infoButton ');
         $this->initLoadModalAction(new InfoModal());
-        $this->setDisableByColumnValue("mxactive", "unset");
+        $this->setDisableByColumnValue("mxactive", " unset");
     }
 
 }