Adds extra column for result on the script job table
Fixes: #15983
can we add this same info to the core jobs table? That is the page I use the most to check the status of all my various jobs.
can we add this same info to the core jobs table
It's out of scope. Results column only makes sense for scripts and jobs table can have other types in it
Rather than adding another column to the table, it might make more sense to override the "completed" column so that it links to the script result. We could do this in a generic way so that the "completed" column in any jobs table links to the relevant record where applicable.
Rather than adding another column to the table, it might make more sense to override the "completed" column so that it links to the script result. We could do this in a generic way so that the "completed" column in any jobs table links to the relevant record where applicable.
Thanks Jeremy,
All I'm looking for us parity with 3.7, where you can get to the results from the main page. Appreciate the support and excellent work on a great product.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken.
@abhi1693 Are you looking at overriding the completed column as Jeremy mentioned or do you think this is good to go as is?
Closing this for inactivity.