[OGo-Bugs][Bug 1941] New: skyaptnotify does not handle resources with commas in the resource name
bugs@opengroupware.org
bugs@opengroupware.org
Wed, 6 Feb 2008 16:50:34 +0100 (CET)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1941
Summary: skyaptnotify does not handle resources with commas in
the resource name
Product: OpenGroupware.org
Version: TRUNK
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: normal
Component: skyaptnotify
AssignedTo: qa@opengroupware.org
ReportedBy: sebastia@l00-bugdead-prods.de
QAContact: qa@opengroupware.org
CC: bugs@opengroupware.org
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE
Description of problem:
in the resource_names column in the date_x table, the resource names are saved as a comma separated list. This seems to be fine everywhere besides for skyaptnotify, as it tries to separate the string by a comma, to get the individual resource names.
Then it makes a lookup in the database, to find out if the resource has a notification time assigned, but will fail, because it only has a part of the resource name.
Version-Release number of selected component (if applicable):
all
How reproducible:
Always
Steps to Reproduce:
1.create a resource name containing one or more commas
2.create an appt. with this resource
3.run skyaptnotify
Actual Results: no notification mail sent out for resouce names containing commas
Expected Results: regardless of the resource name, notifications should be sent out if configured
Additional info:
maybe related to bug #1713
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.