View Issue Details

IDProjectCategoryView StatusLast Update
0005581SOGoWeb Calendarpublic2022-10-06 12:42
ReporterMathias Roland Assigned Tosebastien  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.7.1 
Fixed in Version5.8.0 
Summary0005581: not able to create event in addtional calendar
Description

It is not possible to create an event in an addtional calendar, because the additional calendars are not listed.

Steps To Reproduce

Create an addtional calendar and try to create an event in this calendar.

TagsNo tags attached.

Relationships

has duplicate 0005591 closedsebastien Missing additional calendars, when creating event(can only create event in personal calendar) - sogo 5.7.1 
has duplicate 0005592 closedsebastien Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1 
has duplicate 0005604 new cannot select all writeable calendars when creating new events or tasks 
has duplicate 0005611 closedsebastien Cannot choose other calendar when creating an appointment 
related to 0005608 resolvedsebastien adding invitation in caldav clients will not trigger notification for attendees 

Activities

rof

rof

2022-08-19 09:13

reporter   ~0016175

We have the same problems with shared calendars. Workaround is to save the appointment and then edit it again -> voilĂ , calendar selection is possible

abma

abma

2022-08-19 14:12

reporter   ~0016182

Converting a mail to an appointment or task is broken, too: its not possible to select any calendar at all.

abma

abma

2022-08-22 06:33

reporter   ~0016183

the commit https://github.com/Alinto/sogo/commit/3eeebbc83be064e65138ee6f777e1eaf0e2b5931 doesn't fix the issue: as its a javascript change, is just a "update generated files" commit like in https://github.com/Alinto/sogo/commit/82747746c6617b49889adf7d85e482226f41ed3c missing?

if so, why isn't this part of the build / compile step?

sebastien

sebastien

2022-09-20 14:32

administrator   ~0016233

Last edited: 2022-09-20 14:32

@abma : the is already the case. Something was broken during server migration.

The following procedure can fix the issue :

service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start

When the release will be out, do not forget to delete .bak
files.
You also need to clear your browser cache.

Issue History

Date Modified Username Field Change
2022-08-18 08:57 Mathias Roland New Issue
2022-08-19 09:13 rof Note Added: 0016175
2022-08-19 14:12 abma Note Added: 0016182
2022-08-22 06:33 abma Note Added: 0016183
2022-09-05 09:36 Christian Mack Relationship added has duplicate 0005591
2022-09-05 09:36 Christian Mack Relationship added has duplicate 0005592
2022-09-05 09:52 sebastien Assigned To => sebastien
2022-09-05 09:52 sebastien Status new => assigned
2022-09-14 08:53 sebastien Status assigned => acknowledged
2022-09-19 06:15 sebastien Status acknowledged => resolved
2022-09-19 06:15 sebastien Resolution open => fixed
2022-09-19 06:15 sebastien Fixed in Version => 5.8.0
2022-09-20 11:57 Christian Mack Relationship added has duplicate 0005604
2022-09-20 14:32 sebastien Note Added: 0016233
2022-09-20 14:32 sebastien Note Edited: 0016233
2022-09-26 06:56 sebastien Relationship added related to 0005608
2022-10-06 12:42 Christian Mack Relationship added has duplicate 0005611