Skip to content

Fixes #39350 - implement expandable rows for task info#818

Open
andreilakatos wants to merge 2 commits into
theforeman:masterfrom
andreilakatos:taskdetails-pf5-taskinfo-expandable
Open

Fixes #39350 - implement expandable rows for task info#818
andreilakatos wants to merge 2 commits into
theforeman:masterfrom
andreilakatos:taskdetails-pf5-taskinfo-expandable

Conversation

@andreilakatos

@andreilakatos andreilakatos commented May 22, 2026

Copy link
Copy Markdown
Contributor
image image

@andreilakatos andreilakatos changed the title Taskdetails pf5 taskinfo expandable Fixes #39350 - implement expandable rows for task info May 22, 2026
@Lukshio Lukshio self-assigned this May 25, 2026

@Lukshio Lukshio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Rebase

@Lukshio

Lukshio commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@andreilakatos Rebase the commit onto master so it won't be dependent on #817 please

@andreilakatos

Copy link
Copy Markdown
Contributor Author

@andreilakatos Rebase the commit onto master so it won't be dependent on #817 please

This PR depends a bit on 817, I'm not sure it's a good idea to do that. I'll have to fix some weird conflicts after that again.

Comment on lines -158 to -163
{help && (
<GridItem span={12}>
<b>{__('Troubleshooting')}</b>
<p dangerouslySetInnerHTML={{ __html: help }} />
</GridItem>
)}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe I missed something, but where did the help go?

@andreilakatos andreilakatos Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Actually, that is removed from the design:
image

That's why it was removed.

Maybe Maria S wants to add it somewhere else

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@Lukshio

Lukshio commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR depends a bit on 817, I'm not sure it's a good idea to do that. I'll have to fix some weird conflicts after that again.

Sure, missed that one

@andreilakatos andreilakatos force-pushed the taskdetails-pf5-taskinfo-expandable branch from 78e7393 to f5f4c03 Compare June 25, 2026 14:47
@andreilakatos

Copy link
Copy Markdown
Contributor Author

Done, added tests and rebased with the latest changes

@andreilakatos andreilakatos force-pushed the taskdetails-pf5-taskinfo-expandable branch 2 times, most recently from f03dd2c to ee813d7 Compare June 26, 2026 10:33
@Lukshio

Lukshio commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Rebase @andreilakatos

@andreilakatos andreilakatos force-pushed the taskdetails-pf5-taskinfo-expandable branch from ee813d7 to c35f1b7 Compare June 30, 2026 14:55
Comment on lines -108 to -110
title: 'Start before',
value: startBefore ? (
<RelativeDateTime defaultValue={__('N/A')} date={startBefore} />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Also not present in new design, can you please confirm @MariSvirik

Image

Comment on lines -158 to -163
{help && (
<GridItem span={12}>
<b>{__('Troubleshooting')}</b>
<p dangerouslySetInnerHTML={{ __html: help }} />
</GridItem>
)}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@Lukshio

Lukshio commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Test failures related @andreilakatos

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