#3037 fix view_issues redirect
Merged by pingou. Opened by karsten.
karsten/pagure fix_view_issues  into  master

Download 3037.patch

There's a bug in repo.py which results in 'werkzeug.routing.BuildError
BuildError: Could not build url for endpoint 'view_issues' with values ['repo']. Did you mean 'ui_ns.view_issues' instead?'

when you add milestones to an issue and then klick 'update'.

This doesn't happen in pagure.io, only with a local vagrant instance from git/master

Good catch, thanks! :)

2 new commits added

  • Merge branch 'fix_view_issues' of ssh://pagure.io/forks/karsten/pagure into fix_view_issues
  • fix view_issues redirect

rebased onto d8886dfa0f66e0597e42be446c33933748e05419

Pull-Request has been merged by pingou

I just realized this, we may want to add unit-test to cover this change to be sure we don't trigger it again in the future :)

Metadata