MantisBT - v1.2 Release (Closed) | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000168 | v1.2 Release (Closed) | [All Projects] General | public | 2009-05-30 05:57 | 2009-12-08 19:08 |
Reporter | MiraKlim | ||||
---|---|---|---|---|---|
Assigned To | caseydk | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 1.2 | |||
Summary | 0000168: problems with tabs in todo when adding additional module | ||||
Description | I am testing helpdesk module from dotproject. When I installed it in My Tasks To Do new tab was displayed twice. | ||||
Additional Information | Solution I found: In module todo.php replace lines 215-224: // Tabbed information boxes $tabBox = new CTabBox('?m=tasks&a=todo', W2P_BASE_DIR . '/modules/', $tab); $tabBox->add('tasks/todo_tasks_sub', 'My Tasks'); $tabBox->add('tasks/todo_gantt_sub', 'My Gantt'); // Wouldn't it be better to user $tabBox->loadExtras('tasks', 'todo'); and then // add tasks_tab.todo.my_open_requests.php in helpdesk? if ($AppUI->isActiveModule('helpdesk')) { $tabBox->add('helpdesk/vw_idx_my', 'My Open Requests'); } $tabBox->show(); by following lines: $tabBox = new CTabBox('?m=tasks&a=todo','', $tab); $tabBox->add(W2P_BASE_DIR . '/modules/tasks/todo_tasks_sub', 'My Tasks'); $tabBox->add(W2P_BASE_DIR . '/modules/tasks/todo_gantt_sub', 'My Gantt'); | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2009-05-30 05:57 | MiraKlim | New Issue | |||
2009-05-31 18:22 | caseydk | Note Added: 0000294 | |||
2009-05-31 18:22 | caseydk | Status | new => feedback | ||
2009-05-31 18:22 | caseydk | Project | v1.0 Release (Closed) => Pending Requests | ||
2009-07-22 12:10 | MiraKlim | Note Added: 0000348 | |||
2009-09-17 22:21 | MiraKlim | Note Added: 0000493 | |||
2009-09-18 04:30 | caseydk | Status | feedback => assigned | ||
2009-09-18 04:30 | caseydk | Assigned To | => caseydk | ||
2009-09-18 04:31 | caseydk | Project | Pending Requests => v1.2 Release (Closed) | ||
2009-10-05 20:11 | caseydk | Status | assigned => resolved | ||
2009-10-05 20:11 | caseydk | Resolution | open => fixed | ||
2009-10-05 20:11 | caseydk | Note Added: 0000541 | |||
2009-12-08 19:08 | caseydk | Status | resolved => closed | ||
2009-12-08 19:08 | caseydk | Fixed in Version | => 1.2 |