[OGUI-1847] Fix arrays saved as objects and other small fixes by Deaponn · Pull Request #3236 · AliceO2Group/WebUi

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Deaponn

Copy link Copy Markdown

Collaborator

@Deaponn Deaponn commented

Dec 15, 2025

This PR fixes a couple of bugs:

  • one where arrays are converted into objects on configuration save ([true, 'text', 99] becomes { 0: true, 1: 'text', 2: 99 })
  • one where edit difference highlighting fails for FormToggleInput component
  • one where empty objects and lists are not parsed correctly which causes them to be lost while saving

I have JIRA issue created

  • branch and/or PR name(s) includes JIRA ID
  • issue "Status" is set to "In review"
  • PR labels are selected
Copy link Copy Markdown

Collaborator

@piechnikk piechnikk left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@piechnikk piechnikk piechnikk approved these changes

@sKrzysieK sKrzysieK sKrzysieK approved these changes

@graduta graduta Awaiting requested review from graduta graduta is a code owner

Assignees

No one assigned

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@Deaponn @piechnikk @sKrzysieK @graduta