Skip to content

Commit

Permalink
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 Dec 20, 2024
1 parent d642c75 commit 6a039f8
Showing 1 changed file with 1 addition and 1 deletion.
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 6a039f8

Please sign in to comment.