PDA

View Full Version : [Bug] Wrong issuetypeid in details view


Fraxter
09-03-2011, 01:55 PM
If you're in detail view of feature or task (/project.php?do=issuelist&projectid=1&issuetypeid=feature) and click on "Post new feature/task", it will be everytime created a new bug. Link for creating looks everybody like:

/projectpost.php?do=addissue&projectid=1&issuetypeid=bugBut for feature it had to be:

/projectpost.php?do=addissue&projectid=1&issuetypeid=featuretask:

/projectpost.php?do=addissue&projectid=1&issuetypeid=taskI think it's not hard to fix, but atm i've no time to take a look into the template which is affected.

PitchouneN64ngc
09-03-2011, 07:03 PM
This is already fixed for version 2.1.3 & 2.2.0 :)

http://www.vb-os.com/project.php?issueid=179

Fraxter
09-03-2011, 08:03 PM
Hm, i'm using 2.1.2 R200, and the bug is still there.

PitchouneN64ngc
09-04-2011, 07:59 AM
Have you take a look at the attached patch on my latest link?:)

Fraxter
09-04-2011, 08:21 AM
Didn't noticed the attachment, cause i was unregistered. I registered now and have access to the attached file. Thanks for your help. :)