Skip to content
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

Introducing embedded_workflow to dynamic select box in service dialogs #471

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

jeffibm
Copy link
Member

@jeffibm jeffibm commented Jun 28, 2023

Screenshots in related PR - ManageIQ/manageiq-ui-classic#8844

@Fryguy
Copy link
Member

Fryguy commented Jun 28, 2023

Biggest problem we're going to have here is that I'm not sure the code can be compiled and pushed to npm

Alternatively, we might need to change the core to use ui-components directly via git instead of npm if that's even possible.

EDIT: Builds are working now after #473

@Fryguy Fryguy closed this Jul 5, 2023
@Fryguy Fryguy reopened this Jul 5, 2023
<div pf-form-group pf-label="Automation Type" class="entry_point_selector_types">
<select class="form-control" miq-select ng-model="vm.modalData.automation_type" ng-change="vm.treeOptions.onAutomationTypeChange()">
<option value="{{vm.treeOptions.automationTypes.automate}}" translate>Embedded Automate</option>
<option value="{{vm.treeOptions.automationTypes.workflow}}" translate>Embedded Workflows</option>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should only show this if the prototype flag is enabled. This can be found via API.

@jeffibm jeffibm force-pushed the dialog-workflow-options branch 3 times, most recently from b17ac1e to e43627c Compare July 10, 2023 17:34
@miq-bot
Copy link
Member

miq-bot commented Jul 11, 2023

Checked commit jeffbonson@ed21527 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🍪

@agrare
Copy link
Member

agrare commented Jul 13, 2023

@DavidResende0 or @GilbertCherrie could you review this as well?

@agrare agrare merged commit 95b3cb2 into ManageIQ:master Jul 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants