![]() |
|
|
|||||||
| Register | FAQ | Top Posters | Members List | Calendar | Search | Today's Posts | Resend Activation Email | Mark Forums Read |
| dotProject Documentation | dotProject FAQ | Bugs & Feature Requests | Language Packs & Themes | Download dotProject |
| New Module Announcements Please place only announcements of new modules here. Support queries should go to the general support forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Can I see this somewhere ? I have not yet been able to reproduce this.
Casr |
|
#12
|
||||
|
||||
|
Hi The last post is more what I was wanting to say.
If you have a project with no link to mantis you will see every issue created from DB into Mantis. It is only when you create a isse for a project that you then only see the issues related to that project. Pete M |
|
#13
|
|||
|
|||
|
I have set $dPconfig['mantis_set'] = 1; as specified in the docs:
// Issues registered from within DP are logged in Mantis as: // project/task == Project/subproject (1) // all issues => project (2) but still only have a mantis tab for projects. Shouldn't setting this option add a mantis tab to the tasks as well; or am I misunderstanding the docs? Thanks again for this integration, btw. after fighting with ticketsmith for a while, this a great solution! |
|
#14
|
|||
|
|||
|
This feature is not yet activated (thought i mentioned this in the docs, apparently it got lost somewhere).
It was bringing some issues and I wanted to make it more compliant with DP framework before continuing. If the community sees this a big advantage, I will try to add it properly. Cas |
|
#15
|
|||
|
|||
|
Yes, there is a bug. I have reproduced it and willl fix it also.
As soon as done, will post it here. Cas |
|
#16
|
|||
|
|||
|
This was a simple one.
I will adjust the download but for those who need it now, here is what you need to do. Open index.php (modules/mantis) with your editor and navigate to line 102. You should find the following code: Code:
// retrieve the issue header/detail/user
if ($idprj !=0) {
Code:
// retrieve the issue header/detail/user
if ($idprj !=0 or $project_id>0){
Cas |
|
#17
|
|||
|
|||
|
Thank you for the quick response. I saw the 'not yet implemented' comment in the v0.1 notes, but since it wasnt in the v0.2 notes I was afraid I might be missing something simple. And thanks again for this module; its an incredibly useful enhancement to DP for software development projects.
|
|
#18
|
||||
|
||||
|
Thanks for the post. I made the change and is working perfectly.
Thanks, Pete M |
|
#19
|
||||
|
||||
|
Can I ask when this will work with 2.0.2. Or what I need to do to make it work with 2.0.2
Thanks, Pete M |
|
#20
|
|||
|
|||
|
Have downloaded a fresh version of DotProject version 2.0.2 and loaded the latest version from my Mantis module (version 0.3 available on my website www.nuy.info) and it seems to work fine.
If you have problems, can you please be more precise ? Cas |
![]() |
| Thread Tools | |
| Display Modes | |
|
|