|
20 | 20 | This error report was sent from the Galaxy instance hosted on the server |
21 | 21 | "${host}" |
22 | 22 | ----------------------------------------------------------------------------- |
23 | | -This is in reference to dataset id ${dataset_id} (${dataset_id_encoded}) from history id ${history_id} (${history_id_encoded}) |
| 23 | +This is in reference to dataset id ${dataset_id_encoded} from history id ${history_id_encoded} |
24 | 24 | ----------------------------------------------------------------------------- |
25 | 25 | You should be able to view the history containing the related history item (${hda_id_encoded}) |
26 | 26 |
|
|
36 | 36 | ${message} |
37 | 37 | ----------------------------------------------------------------------------- |
38 | 38 | info url: ${hda_show_params_link} |
39 | | -job id: ${job_id} (${job_id_encoded}) |
| 39 | +job id: ${job_id_encoded} |
40 | 40 | tool id: ${job_tool_id} |
41 | 41 | tool version: ${tool_version} |
42 | 42 | job pid or drm id: ${job_runner_external_id} |
|
69 | 69 | <h3>Error Localization</h3> |
70 | 70 | <table style="margin:1em"> |
71 | 71 | <tbody> |
72 | | - <tr><td>Dataset</td><td><a href="${hda_show_params_link}">${dataset_id} (${dataset_id_encoded})</a></td></tr> |
73 | | - <tr style="background-color: #f2f2f2"><td>History</td><td><a href="${history_view_link}">${history_id} (${history_id_encoded})</a></td></tr> |
| 72 | + <tr><td>Dataset</td><td><a href="${hda_show_params_link}">${dataset_id_encoded}</a></td></tr> |
| 73 | + <tr style="background-color: #f2f2f2"><td>History</td><td><a href="${history_view_link}">${history_id_encoded}</a></td></tr> |
74 | 74 | <tr><td>Failed Job</td><td>${hid}: ${history_item_name} (${hda_id_encoded})</td></tr> |
75 | 75 | </tbody> |
76 | 76 | </table> |
|
90 | 90 |
|
91 | 91 | <table style="margin:1em"> |
92 | 92 | <tbody> |
93 | | - <tr><td>Job ID</td><td>${job_id} (${job_id_encoded})</td></tr> |
| 93 | + <tr><td>Job ID</td><td>${job_id_encoded}</td></tr> |
94 | 94 | <tr style="background-color: #f2f2f2"><td>Tool ID</td><td>${job_tool_id}</td></tr> |
95 | 95 | <tr><td>Tool Version</td><td>${tool_version}</td></tr> |
96 | 96 | <tr style="background-color: #f2f2f2"><td>Job PID or DRM id</td><td>${job_runner_external_id}</td></tr> |
@@ -195,16 +195,13 @@ def create_report(self, user, email="", message="", redact_user_details_in_bugre |
195 | 195 | report_variables = dict( |
196 | 196 | host=host, |
197 | 197 | dataset_id_encoded=self.app.security.encode_id(hda.dataset_id), |
198 | | - dataset_id=hda.dataset_id, |
199 | 198 | history_id_encoded=history_id_encoded, |
200 | | - history_id=hda.history_id, |
201 | 199 | hda_id_encoded=hda_id_encoded, |
202 | 200 | hid=hda.hid, |
203 | 201 | history_item_name=hda.get_display_name(), |
204 | 202 | history_view_link=history_view_link, |
205 | 203 | hda_show_params_link=hda_show_params_link, |
206 | 204 | job_id_encoded=self.app.security.encode_id(job.id), |
207 | | - job_id=job.id, |
208 | 205 | tool_version=job.tool_version, |
209 | 206 | job_tool_id=job.tool_id, |
210 | 207 | job_tool_version=hda.tool_version, |
|
0 commit comments