bugphpGroupWare - Bugs: bug #7817, cannaot add alarm to existing...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7817: cannaot add alarm to existing calendar entry

Submitter:  Marcus Frischherz <frim>
Submitted:  Fri 20 Feb 2004 10:19:41 AM UTC
   
 
Category:  calendar Item Group:  0.9.16.000 release
Severity:  3 - Normal Priority:  1 - Later
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - SuSE
Reproducibility:  Every Time Planned Release:  0.9.16.011+
Fixed Release: 

Tue 06 Dec 2005 09:05:27 AM UTC, comment #3: 

This is now fixed in both the stable and development branches of CVS, please update to grab the fix

Dave Hall <skwashd>
Group administrator
Sun 04 Dec 2005 09:53:10 AM UTC, comment #2: 

This is fixed in the HEAD branch of CVS.  I plan to backport the fix to stable this week.

Dave Hall <skwashd>
Group administrator
Mon 01 Mar 2004 03:48:00 PM UTC, comment #1: 

I tried it with the official tarball of 0.9.16 today.. same thing. I tried debugging a little (my idea of debugging is sprinkling var_dump statements all over the code). I think that the uialarm calss in class.uialarm.inc.php is seriously broken. When it calls $this->bo->add to add the alarm, the actual argument for event is NULL, I repeat: $this->event is empty, so obviously no alarm can be added.
However, there is a 2nd problem: PHPGW_ACL_SETALARM is defined as PHPGW_ACL_WRITE, but PHPGW_ACL_WRITE does not exist, it would seem to me that PHPGW_ACL_EDIT is meant. The same problem occurs somewhere in vfs, btw.Of course, this is easy to fix.

Marcus Frischherz <frim>
Fri 20 Feb 2004 10:19:41 AM UTC, original submission:  

When I create a calender entry for my own calender, I can add an alarm, and it works fine. However, when I edit an existing event without alarm (again I myself my own event), go to Alarm Management, and add an alarm, saving is rejected with the message that I don't have permission to write to this event. However, normal editing of the event (like changing start or stop-times) works without problem.
System setup:
SuSE Linux 8.0
kernel 2.4.18 (SuSE default kernel for single processor)
Apache 1.3.23 (SuSE default)
mod_php4 4.1.0 (SuSE default)
Zend optimizer v2.1.0 (pass 1-3 enabled)
MySQL 4.0.14

Marcus Frischherz <frim>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-06 skwashd StatusIn Progress Fixed
    Open/ClosedOpen Closed
2005-12-04 skwashd StatusNone In Progress
2005-06-26 skwashd Item Group0.9.16RC3 0.9.16.000 release
    Assigned toNone skwashd
    Planned ReleaseNone 0.9.16.011+

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code