Bug 1837993
| Summary: | [RFE] Ability to order a request based on the previous one. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nikhil Gupta <ngupta> |
| Component: | Provisioning | Assignee: | Tina Fitzgerald <tfitzger> |
| Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | unspecified | ||
| Version: | 5.11.5 | CC: | dmetzger, juwatts, obarenbo, simaishi, xlecauch |
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream |
| Target Release: | 5.11.7 | Flags: | simaishi:
cfme-5.11.z+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.7.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-06 14:32:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nikhil Gupta
2020-05-20 10:48:10 UTC
commit 8cf6621de5bd2c2aa170f8ea05685daed9b8539e
Author: Martin Povolny <mpovolny>
Date: Wed Sep 11 13:23:45 2019 +0200
Merge pull request #18859 from PanSpagetka/add-copy-service-request
Add support for Service request copy
(cherry picked from commit c839c3ae99603d615ac0a683b017680c8c8dd7e6)
New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/25a83b75c7ee836601d17985966b65c5eac01e3d commit 25a83b75c7ee836601d17985966b65c5eac01e3d Author: Harpreet Kataria <hkataria> AuthorDate: Mon Sep 30 13:40:36 2019 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jun 18 20:31:05 2020 +0000 Merge pull request #5539 from PanSpagetka/clone-service-request Enable Copy feature for ServiceRequests (cherry picked from commit d409674ed421a92af96e08860ab2db23e27c635a) https://bugzilla.redhat.com/show_bug.cgi?id=1837993 app/assets/javascripts/controllers/dialog_user/dialog_user_controller.js | 6 +- app/controllers/miq_request_controller.rb | 23 +- app/helpers/application_helper/button/miq_request_copy.rb | 3 +- app/views/miq_request/prov_edit.html.haml | 5 +- app/views/shared/dialogs/_dialog_user.html.haml | 1 + config/routes.rb | 1 - spec/javascripts/controllers/dialog_user/dialog_user_controller_spec.js | 3 + spec/routing/catalog_routing_spec.rb | 1 - 8 files changed, 31 insertions(+), 12 deletions(-) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Critical: CloudForms 5.0.7 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:3358 |