joomla / jissues

Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.
https://issues.joomla.org
GNU General Public License v2.0
71 stars 82 forks source link

JIssues posted to the wrong project #486

Open nicksavov opened 10 years ago

nicksavov commented 10 years ago

Steps to reproduce the issue

1) Go to http://issues.joomla.org/tracker/jtracker/425 and write a comment, but don't submit. 2) In a new tab, go to http://issues.joomla.org/projects 3) Select Joomla! CMS 4) Go back to the tab that has open http://issues.joomla.org/tracker/jtracker/425 open and submit. 5) My guess is that it will post it at https://github.com/joomla/joomla-cms/pull/425

Expected result

For #5, it should post it at https://github.com/joomla/jissues/pull/425

Actual result

For #5, it posts it at https://github.com/joomla/joomla-cms/pull/425

zero-24 commented 10 years ago

I can confirm this. My example is: JIssues: https://github.com/joomla/jissues/issues/447 Joomla CMS: https://github.com/joomla/joomla-cms/pull/447

brianteeman commented 10 years ago

I would say this is expected behaviour

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

mbabker commented 10 years ago

It is but it isn't. It is in the fact that the session is used in part for the project data, but you obviously don't want the posts going to the wrong project.

elkuku commented 10 years ago

Agree. It is but it isn't ;)

From my coder point of view it's a "dirty trick" - but actually it is a bug that has to be fixed.