Closed alessandrodetta closed 9 months ago
After looking a bit into it, I don't see this code called at all. Did you find the use action when it's called?
@undera I just limited my search to backend while testing the REST API for understanding purposes.
Now that I look into frontend, I don't find any usage either. I don't know if it makes sense then to apply a fix to something that is still not in a final state or will be removed... I assumed that the endpoint was used because it existed. In any case, if you want to keep the call to EnhanceStatus inside the function, that piece of code will have to be fixed.
Let's have it fixed anyway. Probably the endpoint should be marked as deprecated.
Thank you for reporting this inconsistency!
Let's have it fixed anyway. Probably the endpoint should be marked as deprecated.
Thank you for reporting this inconsistency!
The pleasure is mine! Rather excuse me, I still have a lot to learn in order to contribute better in the project and on github in general :slightly_smiling_face:
Changes Proposed
The pointer address returned from EnhanceStatus is now correctly set, following the same structure adopted in Resources function of /pkg/dashboard/handlers/helmHandlers.go
Check List