| Anonymous | Login | Signup for a new account | 2010-09-03 06:26 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000168 | [v1.2 Release (Closed)] Calendar | minor | N/A | 2009-05-30 07:57 | 2009-12-08 21:08 | ||
| Reporter | MiraKlim | View Status | public | ||||
| Assigned To | caseydk | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | |||||
| 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. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000294) caseydk (administrator) 2009-05-31 20:22 |
Unfortunately, without the full code of your new Helpdesk module, it's impossible to reproduce this one let alone say this change is a fix. If you release this module - or a sample of data that allows others to duplicate it - we can dig into this. In the meantime, I have to mark this as a low priority non-v1.0 release issue. |
|
(0000348) MiraKlim (reporter) 2009-07-22 14:10 |
Helpdesk module is now at sourceforge. The problem I described was found by enemme as well. Is it possible to modify todo.php for 1.1 release? |
|
(0000493) MiraKlim (reporter) 2009-09-18 00:21 |
Hi caseydk, could you please check and modify the code? There are helpdesk users reporting this problem. See for example http://web2project.net/forums/viewtopic.php?t=1130 [^] or |
|
(0000541) caseydk (administrator) 2009-10-05 22:11 |
This has been fixed in r693, the fix as described worked just fine. Thanks. :) |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |