Selaa lähdekoodia

add forward section

andre 1 vuosi sitten
vanhempi
commit
d98fd6b1a4
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 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) {