Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Fix crash on DataTable edit cancel#8047

Merged
melloware merged 1 commit into
primefaces:masterfrom
rubenochiavone:fix/crash-on-datatable-edit-cancel
May 28, 2025
Merged

Fix crash on DataTable edit cancel#8047
melloware merged 1 commit into
primefaces:masterfrom
rubenochiavone:fix/crash-on-datatable-edit-cancel

Conversation

@rubenochiavone

@rubenochiavone rubenochiavone commented May 28, 2025

Copy link
Copy Markdown
Contributor

The focusOnInit callback was being called without params. The fix was just passed down the params.

Fixes #8043.

@github-actions

Copy link
Copy Markdown

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

The focusOnInit callback was being called without params. The fix was just
passed down the params.

Fixes primefaces#8043.
@rubenochiavone rubenochiavone force-pushed the fix/crash-on-datatable-edit-cancel branch from 0a7708d to 44fcd13 Compare May 28, 2025 01:46
@github-actions

Copy link
Copy Markdown

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

1 similar comment
@github-actions

Copy link
Copy Markdown

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@melloware melloware merged commit 31eb3ab into primefaces:master May 28, 2025
1 of 3 checks passed
@rubenochiavone rubenochiavone deleted the fix/crash-on-datatable-edit-cancel branch May 28, 2025 02:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataTable: Cancel edit row causes undefined error

2 participants