Workaround for its-storyboard change-restored event
The change-restored event isn't getting process by the its-storyboard plugin due to spaces in the config string. This is a bug in plugin and should be fixed. Until then this change is a workaround so that the change-restored event will get processed. Change-Id: Ic4489d029ce8409520f16c23a676125c7b3ab164
This commit is contained in:
parent
391a0c46df
commit
3e93a9c15b
@ -210,7 +210,7 @@ class openstack_project::review (
|
||||
},
|
||||
{
|
||||
name => 'change_in_progress',
|
||||
event_type => 'patchset-created, change-restored',
|
||||
event_type => 'patchset-created,change-restored',
|
||||
action => 'set-status REVIEW',
|
||||
},
|
||||
{
|
||||
|
@ -150,7 +150,7 @@ class openstack_project::review_dev (
|
||||
},
|
||||
{
|
||||
name => 'change_in_progress',
|
||||
event_type => 'patchset-created, change-restored',
|
||||
event_type => 'patchset-created,change-restored',
|
||||
action => 'set-status REVIEW',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user