Plugin causing a 500 error on Repository Pull Request Settings screen

Issue #16 resolved
Mike Schroeder created an issue

When the plugin is enabled in Stash, everything appears to be working until you navigate to a respository and try to update the pull request settings. You get a 500 error screen as seen in the attachment.

I tried disabling all of the individual modules independently in an attempt to narrow it down with no luck.

Running Stash 2.9.2

Comments (4)

  1. Georgy Bolyuba

    I see the place in the code where this issue originates and trying to reproduce it now. The message "This should never happen, ever" is a catch code which throws an exception in the place guarded by predicate that (according stash api contract) will never be true. Even if I will not be able to reproduce an issue I will try to work out the "closest to correct" behaviour in this case.

  2. Log in to comment