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

[web] Fix storage of control points #3576

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

csordasmarton
Copy link
Contributor

In the 6.18.0 release #3462 patch introduced a bug that not all of the control points were stored to the server, because the plist format what the report converter produced and the plist parser expected was invalid:

  • range key was used instead of ranges.
  • Control events are not stored as separated items but as a single control event.

Previously:

After this patch:

In the `6.18.0` release Ericsson#3462 patch introduced a bug that not all of the
control points are stored to the server, because the plist format what the
report converter produced and the plist parser expected was invalid:
- `range` key was used instead of `ranges`.
- Control events are not stored as separated items but as a single control event.
@csordasmarton csordasmarton added CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands bugfix 🔨 server 🖥️ web 🌍 Related to the web app labels Jan 11, 2022
@csordasmarton csordasmarton added this to the release 6.18.2 milestone Jan 11, 2022
@csordasmarton csordasmarton requested a review from bruntib January 11, 2022 14:44
@bruntib bruntib merged commit 26f7f42 into Ericsson:master Jan 11, 2022
@csordasmarton csordasmarton deleted the fix_control_points branch January 28, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔨 CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands server 🖥️ web 🌍 Related to the web app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants