View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000645 | v2.3 Release (Closed) | [All Projects] General | public | 2010-11-25 01:11 | 2011-03-24 09:53 | ||||
Reporter | paul_rogers6 | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 2.3 | |||||||
Summary | 0000645: When tasks are imported from another project no reminders are added to the event queue | ||||||||
Description | When a new project is created and new tasks are imported from an existing project no entries are added to the event queue. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|||||||
|
![]() |
|
paul_rogers6 (reporter) 2010-11-25 10:42 |
There is no call to the addReminder() (modules/tasks/tasks.class.php) function in the importTasks() (modules/projects/projects.class.php) function. A new line needs inserting between lines 296 & 297 (v2.1.0) thus: 296 } // end of update dependencies --> $newTask->addReminder(); 297 $newTask->store($AppUI); 298 } // end Fix record integrity this adds the required call to the function. An updated copy of the file /modules/projects/projects.class.php is included. |
caseydk (administrator) 2011-02-15 20:07 |
Resolved in r1647 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-25 01:11 | paul_rogers6 | New Issue | |
2010-11-25 10:42 | paul_rogers6 | Note Added: 0001372 | |
2010-11-25 10:43 | paul_rogers6 | File Added: projects.class.php | |
2010-12-03 10:33 | caseydk | Project | v2.0 Release (Closed) => v2.2 Release (Closed) |
2010-12-03 23:11 | caseydk | Relationship added | related to 0000647 |
2010-12-15 21:55 | caseydk | Project | v2.2 Release (Closed) => v2.3 Release (Closed) |
2011-02-15 20:07 | caseydk | Note Added: 0001629 | |
2011-02-15 20:07 | caseydk | Status | new => resolved |
2011-02-15 20:07 | caseydk | Resolution | open => fixed |
2011-02-15 20:07 | caseydk | Assigned To | => caseydk |
2011-03-24 09:53 | caseydk | Fixed in Version | => 2.3 |
2011-03-24 09:53 | caseydk | Status | resolved => closed |