Actions
Idea #9403
closed[Crunch2][Workbench] "Add a new container request" button in /container_requests page not working.
Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
-
Target version:
Start date:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Updated by Radhika Chippada almost 10 years ago
Clicking on "Add a new container request" button in /container_requests page is giving the following error. It is hence not possible to create new container_requests using UI.
{
":errors":[
"Command can't be blank",
"Container image can't be blank",
"Output path can't be blank"
],
":error_token":"1465925601+f874c24c"
}
Updated by Tom Clegg almost 10 years ago
Suggest hiding the button via "creatable?" method, like in source:apps/workbench/app/models/pipeline_instance.rb
Updated by Radhika Chippada almost 10 years ago
- Target version set to 2016-06-22 sprint
Updated by Radhika Chippada almost 10 years ago
- Status changed from New to In Progress
- Assigned To set to Radhika Chippada
Updated by Radhika Chippada almost 10 years ago
- Status changed from In Progress to Resolved
Fixed in #9372
Actions