Project: enable enabling dynamic runcommand per project

This commit is contained in:
Graham Christensen
2021-12-15 15:32:49 -05:00
parent 1affb1cfb1
commit 8a96f07f58
4 changed files with 14 additions and 0 deletions

View File

@ -157,6 +157,7 @@ sub updateProject {
, enabled => defined $c->stash->{params}->{enabled} ? 1 : 0
, hidden => defined $c->stash->{params}->{visible} ? 0 : 1
, owner => $owner
, enable_dynamic_run_command => defined $c->stash->{params}->{enable_dynamic_run_command} ? 1 : 0
, declfile => trim($c->stash->{params}->{declarative}->{file})
, decltype => trim($c->stash->{params}->{declarative}->{type})
, declvalue => trim($c->stash->{params}->{declarative}->{value})