View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000554 | v2.1 Release (Closed) | [All Projects] General | public | 2010-08-19 13:48 | 2010-09-21 22:44 | ||||
Reporter | flexjoly | ||||||||
Assigned To | pedroa | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | v2.1 | ||||||||
Target Version | Fixed in Version | v2.1 | |||||||
Summary | 0000554: project and assigning to an event not working wel anymore | ||||||||
Description | When adding/changing an event: - the chosen project is not shown in the form anymore (after saved and shown when viewing the details) - assigned persons are not saved - after saving an errormessage seems to be shown, but it only says: '1' | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
opto (manager) 2010-08-20 12:47 |
same at my site |
pedroa (administrator) 2010-08-28 19:04 |
Fixed on SVN Files are: modules/calendar/addedit.php modules/calendar/calendar.class.php 1) The chosen project was not being shown because it was expecting it as a _GET parameter, which only makes sense when asking to add a new event from a project context 2) Assigned persons were not being stored because the store method was returning the "1" error message, which in fact was a success message, but the logic of do_aed is to treat any returning messages as errors, so "1" though being a success (true), meant an error for the do_aed and stoped the process before the assignees were stored and notified. Cheers, Pedro A. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-08-19 13:48 | flexjoly | New Issue | |
2010-08-20 12:47 | opto | Note Added: 0001212 | |
2010-08-28 19:04 | pedroa | Note Added: 0001239 | |
2010-08-28 19:04 | pedroa | Status | new => resolved |
2010-08-28 19:04 | pedroa | Resolution | open => fixed |
2010-08-28 19:04 | pedroa | Assigned To | => pedroa |
2010-08-28 19:06 | pedroa | Relationship added | has duplicate 0000561 |
2010-09-21 22:11 | caseydk | Status | resolved => closed |
2010-09-21 22:35 | caseydk | Product Version | => v2.1 |
2010-09-21 22:39 | caseydk | Status | closed => resolved |
2010-09-21 22:44 | caseydk | Status | resolved => closed |
2010-09-21 22:44 | caseydk | Fixed in Version | => v2.1 |