Przeglądaj źródła

new info button

andre 5 miesięcy temu
rodzic
commit
19b2b04c2e
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      app/UI/Client/Setting/Pages/Settings.php

+ 10 - 0
app/UI/Client/Setting/Pages/Settings.php

@@ -87,6 +87,16 @@ class Settings extends DataTable implements ClientArea
         return $field->getHtml();
     }
 
+    /**
+     * @param $key
+     * @param $row
+     * @return mixed
+     */
+    public function replaceFieldSelfdns($key, $row)
+    {
+        return $row[$key] ? $row[$key] : '';
+    }
+
     /**
      * load buttons
      */