It seems silly to have the project selection form require the user to select a project in the case that they only have access to one project. The module should be smart and just skip to the create issue page for the project.
| Comment | File | Size | Author |
|---|---|---|---|
| create-issue-redirect.patch | 1.13 KB | dave reid |
Comments
Comment #1
gregglesThis is a pretty nice usability fix that helps folks with a setup like the private issue tracker recipe.
Comment #2
dwwYup, looks great. Tested and it does exactly what you'd expect. Nice usability improvement. Committed to HEAD. Thanks!
Comment #4
dwwFYI: we screwed this up. ;) See #575206: Redirect loop triggered on node/add/project-issue ...
Comment #5
dave reidSorry. :(
Comment #6
dwwNo worries, I didn't think of it either, and we don't have any tests for project*, so it's easy to make mistakes like this.