Bläddra i källkod

new info button

andre 6 månader sedan
förälder
incheckning
582e7cbe96
1 ändrade filer med 1 tillägg och 1 borttagningar
  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("selfdomain ", "unset");
     }
 
 }