-
Notifications
You must be signed in to change notification settings - Fork 368
Migrate service dialog from orchestration template from to data driven forms #5627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate service dialog from orchestration template from to data driven forms #5627
Conversation
a5e389e to
fcdf1ed
Compare
fcdf1ed to
400d0d1
Compare
|
Ignore the extra commits will remove all of it once dependencies are merged |
6d8c616 to
10d4729
Compare
b32163b to
35e3308
Compare
|
@Hyperkid123 Are you sure about the description in the initial comment? |
Thanks (different PR) |
35e3308 to
0820785
Compare
f95be12 to
bfa92fd
Compare
rvsia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in UI, works great! 👍
bfa92fd to
f0f829e
Compare
| <MiqFormRenderer | ||
| schema={serviceDialogFromOtSchema} | ||
| onSubmit={onSubmit} | ||
| onCancel={() => miqRedirectBack('Creation of a new Service Dialog was cancelled by the user', 'success', '/catalog/explorer')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing gettext perhaps?
f0f829e to
38c3b1c
Compare
|
Checked commit Hyperkid123@38c3b1c with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
Form is at
Service > Catalogs > Orchestration Templates tab > select template > open Configuration dropdown > Create service Dialog from orchestration templateBefore
After
waiting for:
ManageIQ/manageiq-api#596and#5552