Bug 1297362 - [fork][userinterface_public_455]Save button on buildconfig editting page is disabled for Dockerfile and Binary build source
Summary: [fork][userinterface_public_455]Save button on buildconfig editting page is d...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Management Console
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Jakub Hadvig
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-11 10:26 UTC by Yadan Pei
Modified: 2016-05-12 17:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-12 17:15:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yadan Pei 2016-01-11 10:26:22 UTC
Description of problem:
After create build with Dockerfile,access the edit page of buildconfig, "Save" button is disabled even changed some settings(change "Build From" value from Imag Stream Tag to Docker Image Link, or change Trigger criteria). Save button is only activated after adding some environment variables.

Version-Release number of selected component (if applicable):
fork_ami_openshift3_userinterface_public_455_166 

How reproducible:
Always

Steps to Reproduce:
1.# cat Dockerfile 
FROM centos:7
RUN yum install -y httpd
2.oc new-build --dockerfile="$(cat ./Dockerfile)"
3.edit buildconfig on web console

Actual results:
3.Save button is disabled

Expected results:
3.Save button should be enabled for changing

Additional info:

Comment 1 Yadan Pei 2016-01-12 09:26:18 UTC
Save button on buildconfig page is disabled also for Binary build source

Comment 2 Jakub Hadvig 2016-01-21 12:05:41 UTC
This shall be fixed in the new fork_ami

Comment 3 Yadan Pei 2016-01-22 01:59:51 UTC
checked on fork_ami_openshift3_userinterface_public_455_187, has been fixed

Comment 4 Yadan Pei 2016-01-25 01:45:07 UTC
any updates to fork_ami_openshift3_userinterface_public_455_187? this issue reproduce again in testing today.

Comment 5 Samuel Padgett 2016-02-04 17:36:33 UTC
(In reply to yapei from comment #4)
> any updates to fork_ami_openshift3_userinterface_public_455_187? this issue
> reproduce again in testing today.

Can you test again now that the origin PR has merged?

Comment 6 Samuel Padgett 2016-02-04 17:37:41 UTC
Note that you have to change something in the form for the Save button to enable.

Comment 7 Yadan Pei 2016-02-05 06:18:45 UTC
verified on devenv-rhel7_3335,

After accessing edit page, save button is disabled, change something will enable it. works as expected


Note You need to log in before you can comment on or make changes to this bug.