-
Notifications
You must be signed in to change notification settings - Fork 6
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
Radio buttons partly done #367
Radio buttons partly done #367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kasmadei I would like to have a partial solution ready by Friday lunch; please make the pull request meaningful/merge-able while delegating the problems to new issues.
Additional infoHow it should work for the selection of predicted failure rate:
maybe it is related |
Relates to #377 |
When attempting to update a FaultEvent using the update function, a RangeError: Maximum call stack size exceeded is encountered during the axiosClient.put call. This issue appears to be related to circular references within the faultEvent object.
I have never see something like this. I'll try to resolve it |
6a2286c
to
c592966
Compare
524c08e
to
3561122
Compare
Current state:
|
3561122
to
fd422c7
Compare
fd422c7
to
d94ce7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments.
@LaChope please have a look at this PR |
1ebe6cf
to
bddea57
Compare
@Kasmadei translations are fixed, committed and force-pushed |
E.g. between operationa/predicted/manual failure rate of SNS nodes Fixes. Apply suggestions from code review Co-authored-by: grotskat <93380770+grotskat@users.noreply.github.com>
bddea57
to
2abebfd
Compare
@Kasmadei please process the comments |
Fixes partially: #281
Points that needs to be added/checked.
Add:
Check:
@blcham I would like to discuss it tomorrow. For some reason now update endpoint was not even called :( Need some time to find out why.