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:
parent
96042a3194
commit
e0d045cdea
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user