mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 5b58952c744a56c2daa202719e938af43febea1a
Monotone-Revision: 93abc80affc5d745f61c233177d8bc8592b79465 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T20:55:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactsListView.m ([-canAccessContentAction]):
|
||||
removed method because the same exists in UIxFolderActions.m
|
||||
|
||||
* UI/Contacts/UIxContactsUserRightsEditor.m
|
||||
([UIxContactsUserRightsEditor
|
||||
-setUserCanReadObjects:userCanReadObjects]): new method.
|
||||
|
||||
@@ -175,23 +175,4 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (WOResponse *) canAccessContentAction
|
||||
{
|
||||
WOResponse *response;
|
||||
NSString *clientClass;
|
||||
|
||||
clientClass = NSStringFromClass([[self clientObject] class]);
|
||||
|
||||
response = [context response];
|
||||
[response setStatus: 200];
|
||||
[response setHeader: @"text/plain; charset=\"ascii\""
|
||||
forKey: @"content-type"];
|
||||
[response
|
||||
appendContentString:
|
||||
([clientClass isEqualToString: @"SOGoContactLDAPFolder"])
|
||||
? @"1" : @"0"];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
@end /* UIxContactsListView */
|
||||
|
||||
Reference in New Issue
Block a user