-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fixed event id issue on Hardware deconfiguration page #347
Conversation
vedangimittal
commented
Jan 15, 2025
- Event id now getting updated for deconfigured core on Hardeware deconfiguration page
- Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=670225
- Event id now getting updated for deconfigured core on Hardeware deconfiguration page - Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=670225 Signed-off-by: Vedangi Mittal <[email protected]>
87be28b
to
35dd07b
Compare
@@ -50,7 +50,7 @@ const HardwareDeconfigurationStore = { | |||
if (Array.isArray(messageArgsArray) && messageArgsArray.length) { | |||
msgArgs = messageArgsArray[0]; | |||
} | |||
const logEntry = conditionsArray[0].LogEntry; | |||
const logEntry = data['/Status/Conditions/0/LogEntry']; |
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.
I don't think there is difference in change that would fix this issue...
The new change is accessing the same path....
@vedangimittal, Which all releases this change is applicable? |
Please abandon this fix. It will break the earlier version. The redfish output is wrong. Just identified the issue and fixed it. Will raise a PR and provide a link shortly. @vedangimittal please close this PR. |
This is the correct and the expected output
|
Will close the PR, since its a backend issue. |