Skip to content
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

PatternFly v5 update #3213

Merged
merged 3 commits into from
Oct 2, 2023
Merged

PatternFly v5 update #3213

merged 3 commits into from
Oct 2, 2023

Conversation

dlabrecq
Copy link
Contributor

@dlabrecq dlabrecq commented Jun 3, 2023

Test PatternFly v5 alpha and prerelease updates. To be merged only after official PatternFly release.

https://issues.redhat.com/browse/COST-3931

@dlabrecq dlabrecq added the DO NOT MERGE don't merge because it's blocked or in progress label Jun 3, 2023
@gitdallas
Copy link
Contributor

gitdallas commented Jun 3, 2023

I have a branch for this as well that I've been working with

main...gitdallas:koku-ui:pf5-june

i've been having some issue with the selecting the source type in the wizard... yours doesn't seem to have that issue, but i'll leave my branch up there in case there is anything worth referencing

@dlabrecq dlabrecq force-pushed the pf-v5 branch 3 times, most recently from 79dd5d3 to f60c3ef Compare June 5, 2023 14:33
@gitdallas
Copy link
Contributor

noticing that trying to sort details pages is giving an error
image

@@ -97,7 +113,7 @@ class DataTable extends React.Component<DataTableProps, any> {
});
};

private handleOnSort = (event, index, direction) => {
private handleOnSort = (index, direction) => {
Copy link
Contributor

@gitdallas gitdallas Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this is the cause of errors on sorting

Suggested change
private handleOnSort = (index, direction) => {
private handleOnSort = (_event, index, direction) => {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I've updated this so it doesn't pass in an unused event

@dlabrecq dlabrecq force-pushed the pf-v5 branch 6 times, most recently from cdda2bb to 8ba9bc6 Compare June 8, 2023 18:05
@dlabrecq dlabrecq force-pushed the pf-v5 branch 3 times, most recently from f37158c to 16af317 Compare June 15, 2023 18:28
@dlabrecq dlabrecq changed the title PatternFly v5 alpha testing PatternFly v5 update Jun 15, 2023
@dlabrecq dlabrecq force-pushed the pf-v5 branch 2 times, most recently from 80899df to 55a93c7 Compare June 15, 2023 19:03
@dlabrecq dlabrecq removed the DO NOT MERGE don't merge because it's blocked or in progress label Jun 15, 2023
@dlabrecq dlabrecq force-pushed the pf-v5 branch 5 times, most recently from 91c7598 to 1290386 Compare June 23, 2023 17:33
@dlabrecq dlabrecq force-pushed the pf-v5 branch 5 times, most recently from d087d3d to d77e2a7 Compare July 3, 2023 14:07
@dlabrecq dlabrecq marked this pull request as ready for review October 2, 2023 16:47
@dlabrecq dlabrecq merged commit f1f5db3 into project-koku:main Oct 2, 2023
2 checks passed
@dlabrecq dlabrecq deleted the pf-v5 branch October 2, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants