View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001256 | v3.0 Release | [All Projects] General | public | 2013-02-28 02:41 | 2013-08-28 11:17 | ||||
Reporter | lukeD | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.0.0 | |||||||
Summary | 0001256: Typo in projectdesigner code | ||||||||
Description | File: modules/projectdesigner/index.php Line 180 is: if ($canAddTask) { Should be: if ($canAddTasks) { This is the reason "Add Task" button doesn't show in the header. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
sasquatch58 (reporter) 2013-02-28 19:46 |
Also have a look at $canAddProjects on line 175 - referenced here but not declared. Declaration on line 29 is $canAddProject without the tsailing 's' FWIW PHPXref helps a lot in looking for this sort of thing but it's not perfect. You get an idea of the patterns of use expected. |
caseydk (administrator) 2013-03-02 16:37 |
Resolved: https://github.com/web2project/web2project/commit/15203f7454ad845d540e486a8a880cf73c3036c9 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-02-28 02:41 | lukeD | New Issue | |
2013-02-28 19:46 | sasquatch58 | Note Added: 0002805 | |
2013-03-02 16:37 | caseydk | Note Added: 0002810 | |
2013-03-02 16:37 | caseydk | Status | new => resolved |
2013-03-02 16:37 | caseydk | Resolution | open => fixed |
2013-03-02 16:37 | caseydk | Assigned To | => caseydk |
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 |
2013-08-28 11:17 | caseydk | Status | resolved => closed |