View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001341 | v3.0 Release | [All Projects] General | public | 2013-06-25 09:47 | 2013-08-28 11:17 | ||||
Reporter | opto | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.0.0 | |||||||
Summary | 0001341: FIX: bug in CTask->store: no handling after parent::store | ||||||||
Description | updatedynamics and other are not done because wrong handling of result of parent::store: currently: if ((msg=parent::store)) ... then return this seems wrong because parent::store returns true upon success (at least, it returns false upon some other fails). replace by if (!(msg=parent::store)) .... then updatedynamics and other code following parent::store is properly run. Klaus | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2013-08-03 22:45 |
Resolved: https://github.com/web2project/web2project/commit/22fa065fdf4090917d832688f35f595fece491e0 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-25 09:47 | opto | New Issue | |
2013-06-25 09:48 | opto | Status | new => assigned |
2013-06-25 09:48 | opto | Assigned To | => caseydk |
2013-08-03 22:45 | caseydk | Note Added: 0002984 | |
2013-08-03 22:45 | caseydk | Status | assigned => resolved |
2013-08-03 22:45 | caseydk | Resolution | open => fixed |
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 |
2013-08-28 11:17 | caseydk | Status | resolved => closed |