Project: clear decltype and declvalue when project is no longer declarative

This commit is contained in:
Cole Helbling 2021-05-05 14:42:19 -07:00
parent bd9c52dbd0
commit 6107040bf5
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -171,6 +171,10 @@ sub updateProject {
});
} else {
$project->jobsets->search({ name => ".jobsets" })->delete;
$project->update(
{ decltype => ""
, declvalue => ""
});
}
}