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: remove custom part names from loading grid rows #7469

Merged
merged 5 commits into from
Jun 4, 2024

Conversation

tomivirkki
Copy link
Member

@tomivirkki tomivirkki commented Jun 4, 2024

Description

Clear custom part (and class) names from grid rows that enter loading state.

This change also makes grid-pro remove the editable-cell part name from cells on loading rows.

Fixes #7447

Type of change

Bugfix

Copy link

sonarcloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tomivirkki tomivirkki merged commit 07d0f0f into main Jun 4, 2024
9 checks passed
@tomivirkki tomivirkki deleted the fix/grid/loading-row-custom-part-names branch June 4, 2024 12:57
@vaadin-bot
Copy link
Collaborator

Hi @tomivirkki and @tomivirkki, when i performed cherry-pick to this commit to 24.3, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 07d0f0f
error: could not apply 07d0f0f... fix: remove custom part names from loading grid rows (#7469)
hint: After resolving the conflicts, mark them with
hint: "git add/rm ", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

tomivirkki added a commit that referenced this pull request Jun 4, 2024
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.

Clear generated custom cell part names while rows are loading
4 participants