-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add a button to download upgradable packages as CSV #3098
Conversation
844249e
to
9d60434
Compare
1683d5a
to
b731206
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.
Just for the future, left a comment
render: (content, _) => <div className="font-bold">{content}</div>, | ||
}, | ||
{ | ||
title: 'Latest Package', | ||
key: 'latestPackage', | ||
key: 'latest_package', |
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.
Wondering with which naming convention we want to stick on this ?
As we do it different through the project xD
@janvhs , @dottorblaster ideas ?
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.
@EMaksy Some comments
assets/js/common/UpgradablePackagesList/UpgradablePackagesList.test.jsx
Outdated
Show resolved
Hide resolved
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.
assets/js/pages/HostRelevantPatches/HostRelevantPatchesPage.jsx
Outdated
Show resolved
Hide resolved
This commit fixes the CSV download to include all patches instead of only the patches, matching the search. Furthermore, it cleans up the JavaScript a bit
56a0891
to
c704f16
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.
LGTM!
Description
This commit adds a CSV download button to include all patches to the UpgradablePackages view.
Preview
How was this tested
What is open ?