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

973 remove tapchanger #1174

Merged
merged 4 commits into from
Feb 28, 2023

Conversation

marcvanraalte
Copy link
Contributor

@marcvanraalte marcvanraalte commented Feb 15, 2023

closes #973
closes #1185

@pascalwilbrink pascalwilbrink changed the base branch from main to 972_create_wizard_tapchanger February 20, 2023 15:13
@marcvanraalte
Copy link
Contributor Author

marcvanraalte commented Feb 22, 2023

closes #973

Co-authored-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>
@Stef3st Stef3st linked an issue Feb 28, 2023 that may be closed by this pull request
Copy link
Contributor

@Stef3st Stef3st left a comment

Choose a reason for hiding this comment

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

LGTM Marc!

@@ -100,7 +100,7 @@ export function contentTapChangerWizard(
export function createTapChangerWizard(parent: Element): Wizard {
const name = '';
const desc = null;
const type = null;
const type = 'LTC';
Copy link
Contributor

Choose a reason for hiding this comment

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

@marcvanraalte I changed the default type from null to LTC as suggested.

@marcvanraalte marcvanraalte merged commit fff3016 into 972_create_wizard_tapchanger Feb 28, 2023
@marcvanraalte marcvanraalte deleted the 973_remove_tapchanger branch February 28, 2023 14:41
marcvanraalte added a commit that referenced this pull request Mar 2, 2023
* feat(tapchanger-editor.ts):editor_added

* feat(tapchanger-editor.test.ts):setup

* feat(TapChanger-editor):editor_and_unit_test

* feat(tapchanger-editor):start_edit_button

* feat(tapchanger-editor):add_edit_wizard

* fix(tapChanger.ts)changed_to_tapchanger.ts

* feat(tapchanger.ts):create_wizard_added

* feat(tapchanger.test.ts):added_create_wizard_test

* 973 remove tapchanger (#1174)

* feat(tapchanger-editor.ts):remove_added

* feat(tapchanger-editor):add_button (#1175)

Co-authored-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>

* fix: Empty disabled typefield in Add TapChanger

---------

Co-authored-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>
Co-authored-by: Stef3st <steffen.van.den.driest@alliander.com>

* fix: tapchanger file rename

* fix:remove 'TapChanger.' text in TapChanger header

* fix: removes duplicate snapshot

* test: update snapshot to match correct labels

---------

Co-authored-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>
Co-authored-by: Stef3st <steffen.van.den.driest@alliander.com>
Co-authored-by: Juan Muñoz <juan.munoz@alliander.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty disabled typefield in Add TapChanger dialog
2 participants