mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 21:09:50 +00:00
Fix compilation warnings regarding ACLs
Also change the data structure of the JSON returned by [UIxAclEditor aclsAction]. The user's displayName has been removed and replace by the "cn" and "c_email" attributes. This will probably affect the Thunderbird extensions.
This commit is contained in:
@@ -27,20 +27,11 @@
|
||||
|
||||
@interface UIxContactsUserRightsEditor : UIxUserRightsEditor
|
||||
|
||||
- (void) setUserCanCreateObjects: (BOOL) userCanCreateObjects;
|
||||
- (BOOL) userCanCreateObjects;
|
||||
|
||||
- (void) setUserCanEraseObjects: (BOOL) userCanEraseObjects;
|
||||
- (BOOL) userCanEraseObjects;
|
||||
|
||||
- (void) setUserCanEditObjects: (BOOL) userCanEditObjects;
|
||||
- (BOOL) userCanEditObjects;
|
||||
|
||||
- (void) setUserCanViewObjects: (BOOL) userCanViewObjects;
|
||||
- (BOOL) userCanViewObjects;
|
||||
|
||||
- (void) updateRights;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* UIXCONTACTSUSERRIGHTSEDITOR_H */
|
||||
|
||||
Reference in New Issue
Block a user