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

Backport of UI: Remove Wizard to 1.12.x (#19220) #19287

Merged
merged 4 commits into from
Feb 23, 2023

Conversation

hashishaw
Copy link
Contributor

* Remove UI Wizard temporarily [GH-19000]
@@ -4,7 +4,7 @@ import { singularize } from 'ember-inflector';
import ListRoute from 'vault/mixins/list-route';

export default Route.extend(ListRoute, {
wizard: service(),
store: service(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The store injection was already present on 1.13+ so perhaps this was not required to inject on routes previous to Ember4?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes that's correct. Ember Data was automatically injecting it behind the scenes which has since been removed.

@hashishaw hashishaw changed the title UI: Remove Wizard (#19220) Backport of UI: Remove Wizard to 1.12.x (#19220) Feb 22, 2023
@@ -24,8 +24,7 @@
<MessageError @model={{this.model}} @errorMessage={{this.errorMessage}} @errors={{this.errors}} />
{{#if this.showEnable}}
<FormFieldGroups
@model={{this.mountModel}}
@onChange={{this.onTypeChange}}
@model={{@mountModel}}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@zofskeez zofskeez left a comment

Choose a reason for hiding this comment

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

🚀

@hashishaw hashishaw enabled auto-merge (squash) February 23, 2023 15:51
@hashishaw hashishaw merged commit 1d27291 into release/1.12.x Feb 23, 2023
@hashishaw hashishaw deleted the ui/backport-pr-19220-1.12.x/banish-wizards branch May 6, 2024 14:00
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.

2 participants