1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-23 18:52:10 +01:00

- do not crash on project wide incident requests view

This commit is contained in:
Adrian Schröter 2012-02-29 12:22:35 +01:00
parent 96042a3194
commit e0d045cdea

View File

@ -2405,6 +2405,7 @@ class Request:
if action.src_package:
d['source'] = '%s ->' % prj_pkg_join(action.src_project, action.src_package)
d['target'] = action.tgt_project
if action.tgt_releaseproject:
d['target'] += " (release in " + action.tgt_releaseproject + ")"
srcupdate = ' '
if action.opt_sourceupdate and show_srcupdate: