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

Fix Sample Data checkbox of the Repository Create form #8255

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

itaigilo
Copy link
Contributor

@itaigilo itaigilo commented Oct 1, 2024

Bug Fix

In the Create Repository form, marking the Use sample data checkbox first and updating the Repo name afterwards is clearing the checkbox (so the user that wanted to create a repo with sample data might create it without).

This change simplifies the code, making the whole state of the checkbox local to RepositoryCreateForm.

Testing Details

Tested manually.

@itaigilo itaigilo added area/UI Improvements or additions to UI include-changelog PR description should be included in next release changelog minor-change Used for PRs that don't require issue attached labels Oct 1, 2024
@itaigilo itaigilo requested review from N-o-Z and guy-har October 1, 2024 07:09
Copy link
Contributor

@guy-har guy-har left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link

github-actions bot commented Oct 1, 2024

E2E Test Results - Quickstart

11 passed

Copy link

github-actions bot commented Oct 1, 2024

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

@itaigilo itaigilo merged commit 6772d17 into master Oct 1, 2024
46 checks passed
@itaigilo itaigilo deleted the fix/webui-repo-sample-data-checkbox branch October 1, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI Improvements or additions to UI include-changelog PR description should be included in next release changelog minor-change Used for PRs that don't require issue attached
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants