2 commits - doc/sample-insert-resource_types.php

Thomas Brüderli bruederli at kolabsys.com
Mon Nov 24 18:24:04 CET 2014


 doc/sample-insert-resource_types.php |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit af0e041e8f425dd3ba3e7cf1c088ce937d172065
Merge: a2f1822 4550de7
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Nov 24 18:23:51 2014 +0100

    Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap



commit a2f182261c53adaa0b4027677e02f372e8d711ef
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Nov 24 18:23:47 2014 +0100

    Update sample resource types with additions in Kolab 3.3

diff --git a/doc/sample-insert-resource_types.php b/doc/sample-insert-resource_types.php
index 6b10ce6..df0931e 100644
--- a/doc/sample-insert-resource_types.php
+++ b/doc/sample-insert-resource_types.php
@@ -24,6 +24,7 @@
                             "top",
                             "groupofuniquenames",
                             "kolabgroupofuniquenames",
+                            "kolabresource",
                         ),
                 ),
             "form_fields" => Array(
@@ -36,6 +37,15 @@
                             "autocomplete" => true,
                             "optional" => true,
                         ),
+                    "owner" => Array(
+                            "type" => "list",
+                            "autocomplete" => true,
+                            "optional" => true
+                        ),
+                    "kolabinvitationpolicy" => Array(
+                            "type" => "list",
+                            "optional" => true
+                        ),
                 ),
         );
 
@@ -65,6 +75,7 @@
                     "objectclass" => Array(
                             "top",
                             "kolabsharedfolder",
+                            "kolabresource",
                             "mailrecipient",
                         ),
                     "kolabfoldertype" => Array(
@@ -85,6 +96,10 @@
                             "autocomplete" => true,
                             "optional" => true
                         ),
+                    "kolabinvitationpolicy" => Array(
+                            "type" => "list",
+                            "optional" => true
+                        ),
                 ),
         );
 




More information about the commits mailing list