-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: Add ability to expand manually added module to kyma #3676
Conversation
@@ -382,6 +391,7 @@ export default function KymaModulesList({ | |||
}; | |||
|
|||
const getAssociatedResources = () => { | |||
// TODO: tutaj leci undefined dla 1 i 3 argumentu |
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.
Nice TODO. How about fixing it?
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.
It should be fixed now.
const isExtension = !!findExtension(resource?.resource?.kind); | ||
const moduleStatus = findStatus(kymaResource, resourceName); | ||
const moduleStatus = resource; |
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.
If it's no longer assigned to findStatus maybe it will be better to remove this variable and use resource directly
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.
Removed.
Description
Changes proposed in this pull request:
Related issue(s)
Closes #3624
Definition of done
backlog#4567