| Summary: | [userinterface_public_546]Cannot update resource in From File page | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Xingxing Xia <xxia> |
| Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs, mmccomas, trankin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-19 13:54:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Xingxing Xia
2016-04-29 07:51:26 UTC
The PR has been merged, please use the master for testing. Tested against devenv-rhel7_4087, 1. oc login and create project, create template: $ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json 2. Prepare resource file with json format in local PC $ wget https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json 3. Login to Openshift web console, click Add to project --> From File --> Browse, select the json file, upload, modify something (e.g. Template.metadata.annotations.description), then click 'Create' and confirm "Replace" Could update Template metadata successfully However when change Objects(defined in Template) metadata, these changes can not be updated successfully, will verify this bug and draft another one in order not to be confused This bug is subjected to update metadata.annotations.description, so I verified it because description could be updated successfully. But seems other fields could not be updated successfully, will track with a new bug |