Skip to content

fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade#2393

Closed
faisalsiddique4400 wants to merge 25 commits intomainfrom
admin-ui-issue-2392
Closed

fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade#2393
faisalsiddique4400 wants to merge 25 commits intomainfrom
admin-ui-issue-2392

Conversation

@faisalsiddique4400
Copy link
Contributor

🐛 fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade

🔧 Description

This PR fixes issue #2392, where the recent upgrade of @material-table/core caused Jenkins build failures.
The problem was due to breaking changes or dependency mismatches introduced in the latest release of the library.

🧩 Fix Summary

  • Reverted @material-table/core to the last stable version.
  • Regenerated package-lock.json to ensure dependency consistency.
  • Verified successful Admin UI build locally and on Jenkins.

✅ Testing Steps

  1. Run a fresh installation using npm install.
  2. Trigger a Jenkins build.
  3. Confirm that the build completes successfully without dependency errors.

🔗 Ticket

Closes: #2392

faisalsiddique4400 and others added 25 commits August 25, 2025 18:47
Implemented the Default Acr tab in the Authn screen, similar to TUI.
Allows users to select and save default authentication methods from available person authentication scripts and built-in methods.
Signed-off-by: Faisal Siddique <71010439+faisalsiddique4400@users.noreply.github.com>
Signed-off-by: Faisal Siddique <71010439+faisalsiddique4400@users.noreply.github.com>
@sonarqubecloud
Copy link

@mo-auto mo-auto added comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Oct 27, 2025
@faisalsiddique4400 faisalsiddique4400 deleted the admin-ui-issue-2392 branch October 27, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(admin-ui): material-table/core is breaking the jenkins build due to recent upgrade

3 participants