Prechádzať zdrojové kódy

add forward section

andre 1 rok pred
rodič
commit
d98fd6b1a4

+ 2 - 1
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -143,7 +143,8 @@ class Accounts extends DataTable implements ClientArea
             "isEnabled",
             "diskSizeLimit",
             "consumedSize",
-            "lastLoginInfo");
+            "lastLoginInfo",
+            "emailForwarding");
         try {
             $accounts = $api->getUsers($fields,$domainID);
         } catch (KerioApiException $error) {