satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 6 forks source link

Error when creating issue from within project #22

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

If you're on the dashboard and you click [+ new Issue] then everything works fine, but if you've selected an project and you're inside the project list, then [+ new issue] throws and error:

screenshot_11

satrun77 commented 8 years ago

I only managed to replicate the issue when the project ID in the URL was incorrect.

The URL structure for adding new issue is /project/[project ID]/issue/new

satrun77 commented 8 years ago

I think I managed to replicate this issue. Fixed in develop branch

nickbe commented 8 years ago

The problems seems still to be there. This is the URL. While this works: http://localhost/projects/new_issue This won't: http://localhost/project/1/issue/new

satrun77 commented 8 years ago

This is also related to the route configuration when public project is enabled.

nickbe commented 8 years ago

I tried yesterdays version which still seems to have the problem. I wanted to translate, but I couldn't see the translated tags there. Have you already located the problem?

nickbe commented 8 years ago

Yep. works now. Thanks and closed.