View Issue Details

IDProjectCategoryView StatusLast Update
0002921SOGowith SOGopublic2017-12-11 16:41
Reporterremy Assigned To 
PriorityhighSeverityfeatureReproducibilityrandom
Status newResolutionopen 
Platform[Server] LinuxOSDebianOS Version7 (Wheezy)
Product Version2.2.7 
Summary0002921: ADD Read Only fonction
Description

To follow is bug
http://www.sogo.nu/bugs/bug_view_advanced_page.php?bug_id=2137
Is it possible to add a function Read only the sogo plugin either right-click menu, or automatically if the person can only see the calandar?

this is a big problem because my users see invitations to all calendar which they are subscribed

TagsNo tags attached.

Relationships

related to 0002137 closed SOGo Connector Invitations from all subscribed calendars presented to user 

Activities

remy

remy

2014-10-13 11:07

reporter   ~0007603

In the file sogo-integrator-31.0.0-sogo-demo.xpi\chrome\content\calendar\folder-handler.js must add at line 115 "directory.setProperty (" readOnly ", true);"

This helps when subscribing to read only by default.

This can be useful in a business

adi

adi

2016-07-06 12:31

reporter   ~0010472

This is still a very nasty issue (basically the same as 0002137). Manually setting calendar.registry.<hash>.ReadOnly to True fixes the issue.
There is no GUI to set that flag and loading ACLs for a calendar also does not fix that.
Are there any plans to fix that?

remy

remy

2016-07-07 07:19

reporter   ~0010473

you just add in plugin sogo integrator at line 115 of file \chrome\content\calendar\folder-handler.js "directory.setProperty (" readOnly ", true);"

add this line to activate readonly on a calendar or not by checking if the user has write access to the shared calendar .

adi

adi

2017-12-11 16:41

reporter   ~0012470

The suggested fix does indeed set proper calendar permissions for newly subscribed calendars or on new setups.
There are no changes on already existing calendars; refreshing ACLs on a calendar also does not change this.

Issue History

Date Modified Username Field Change
2014-09-10 11:00 remy New Issue
2014-10-02 13:21 Christian Mack Relationship added related to 0002137
2014-10-13 11:07 remy Note Added: 0007603
2016-07-06 12:31 adi Note Added: 0010472
2016-07-07 07:19 remy Note Added: 0010473
2017-12-11 16:41 adi Note Added: 0012470