Skip to content

Commit

Permalink
SAT-30004 - Fix Actions History to correctly show tasks instead of nil
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Jan 7, 2025
1 parent d642c75 commit 3990f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`PageTitle rendering render without Props 1`] = `
dropdownItems={
Array [
<DropdownItem
href="/foreman_tasks/tasks?search=action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateReportJob+or+action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1"
href="/foreman_tasks/tasks?search=label+%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateReportJob+or+label+%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const getInventoryDocsUrl = () =>

export const getActionsHistoryUrl = () =>
foremanUrl(
'/foreman_tasks/tasks?search=action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateReportJob+or+action++%3D++ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1'
'/foreman_tasks/tasks?search=label+%3D+ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateReportJob+or+label+%3D+ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1'
);

export const isExitCodeLoading = exitCode => {
Expand Down

0 comments on commit 3990f0c

Please sign in to comment.