View Issue Details

IDProjectCategoryView StatusLast Update
0002967SOGoSOPEpublic2014-12-30 17:58
Reporterbuzzdee Assigned Toludovic  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Platformamd64OSOpenBSDOS Version5.1
Product Version2.2.9a 
Fixed in Version2.2.13 
Summary0002967: Exception in OGo entering the News Page
Description

Hi,

entering the News part of OGo, usually on Login as default, throws an exception about unknown selector sent to instance.

Attached patch fixes the problem. It's the same problem/solution like the patches sent already to other exceptions I've seen and bug reports opened.

TagsNo tags attached.

Activities

buzzdee

buzzdee

2014-10-25 10:23

reporter  

patch-sope-appserver_WEExtensions_WEDropContainer_m (551 bytes)   
$OpenBSD$

fix exception within OpenGroupware

--- sope-appserver/WEExtensions/WEDropContainer.m.orig	Sat Oct 25 10:32:27 2014
+++ sope-appserver/WEExtensions/WEDropContainer.m	Sat Oct 25 10:33:18 2014
@@ -288,7 +288,7 @@
     if (doDnD) {
       /* gen unique container id */
       
-      if ((containerID = [_ctx valueForKey:@"WEDropContainerSequence"])) {
+      if ((containerID = [_ctx objectForKey:@"WEDropContainerSequence"])) {
         containerID = AUTORELEASE([containerID copy]);
         containerIDc = [containerID intValue];
       }
ludovic

ludovic

2014-12-30 17:58

administrator   ~0007950

Patch pushed:

https://github.com/inverse-inc/sope/commit/0115a39168a7d483f540ba87a2ebe378fb602f76

Issue History

Date Modified Username Field Change
2014-10-25 10:23 buzzdee New Issue
2014-10-25 10:23 buzzdee File Added: patch-sope-appserver_WEExtensions_WEDropContainer_m
2014-12-30 17:58 ludovic Note Added: 0007950
2014-12-30 17:58 ludovic Status new => resolved
2014-12-30 17:58 ludovic Fixed in Version => 2.2.13
2014-12-30 17:58 ludovic Resolution open => fixed
2014-12-30 17:58 ludovic Assigned To => ludovic