Skip to content

Feature: migrate editable table to mui#995

Open
santipalenque wants to merge 4 commits into
feature/new-grid-filter-event-list-pocfrom
feature/migrate-editable-table-to-mui
Open

Feature: migrate editable table to mui#995
santipalenque wants to merge 4 commits into
feature/new-grid-filter-event-list-pocfrom
feature/migrate-editable-table-to-mui

Conversation

@santipalenque

Copy link
Copy Markdown

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d65ab4d8-4feb-49cc-9aa6-ccbce5ff6b0d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/migrate-editable-table-to-mui

Comment @coderabbitai help to get the list of available commands and usage tips.

santipalenque and others added 2 commits June 22, 2026 13:58
…ix bulk-save data corruption

- Use actions.edit.onClick/actions.delete.onClick (passing the full row)
  instead of a separate handleDeleteRow prop and a hardcoded history.push,
  matching the convention used by every other list page in this codebase.
- Drop the SORT_ASCENDING/SORT_DESCENDING constants in favor of literal
  1/-1, matching openstack-uicore-foundation's own MUI table.
- Remove the unused afterUpdate mechanism (dead since media_uploads
  editing was removed pre-migration).
- Rework formatEventData to spread the raw event instead of overwriting
  real API fields with display strings under the same key. Since
  BulkEditTable now sends formatEventData's output straight to
  bulkUpdateEvents, the previous behavior corrupted start_date, end_date,
  duration, level, streaming_url/meeting_url/etherpad_link,
  streaming_type, and location on every bulk save, and could crash on
  tags. Display-only values now live under new keys (speaker_names,
  track_name, *_display) wired up via column render functions.
- Move formatEventData out of summitUtils.js into summit-event-list-page
  (its only consumer) and relocate its tests accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.

1 participant