]> err.no Git - scalable-opengroupware.org/commitdiff
fixed #1456, add/del folder buttons when perm is not set
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 08:06:12 +0000 (08:06 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 08:06:12 +0000 (08:06 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@773 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/Version
SOGo/UI/MailerUI/product.plist

index 4dcd5af91f7ac0fd3ddeeebaf9bd44e643c2d670..f533e8521122338b96a206abec8b47ffec0c8698 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * product.plist: only enable folder add/remove buttons when the user
+         has the 'c' permission on the IMAP folder (#1456) (v0.9.141)
+
 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailAccountView.m: removed methods to detect whether the
index ce465e601f05f746b7e5c51fadc03a16bfdb217d..ccd9c65e0fb9d7137e9359bf59f57e9396011156 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=140
+SUBMINOR_VERSION:=141
 
 # v0.9.140 requires SoObjects/Mailer v0.9.100
 # v0.9.134 requires libSOGo          v0.9.41
index 927a8a10b363ab5ceae83677f5fcc03473295fef..d255d5738da491781f49bf4ae9cb0c469853c55b 100644 (file)
             ),
             ( // fourth group (folders)
               { link = "#"; onclick="return ctxFolderAdd(this)";
+                enabled  = "clientObject.isCreateAllowed";
                 isSafe = NO;
                 cssClass = "tbicon_folderadd"; label = "Create"; },
               { link = "#"; onclick="return ctxFolderDelete(this)";
+                enabled  = "clientObject.isCreateAllowed";
                 isSafe = NO;
                 cssClass = "tbicon_folderdel"; label = "Delete"; },
             ),