Not having this makes displaying settings of a repo fail with 500, since the ui_ns.update_tags is not available.
FWIW I'm not sure about a good way to test this, since the tests would need to reload whole Pagure with ENABLE_TICKETS = False and I'd probably have to figure out a whole new way of how to do this in the test suite (I can work on it if required, though).
Not having this makes displaying settings of a repo fail with 500, since the
ui_ns.update_tagsis not available.FWIW I'm not sure about a good way to test this, since the tests would need to reload whole Pagure with
ENABLE_TICKETS = Falseand I'd probably have to figure out a whole new way of how to do this in the test suite (I can work on it if required, though).