Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066438
D5570.id19917.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D5570.id19917.diff
View Options
diff --git a/assets/src/bundles/save/index.js b/assets/src/bundles/save/index.js
--- a/assets/src/bundles/save/index.js
+++ b/assets/src/bundles/save/index.js
@@ -392,17 +392,17 @@
} else {
let saveRequestInfo = [];
const taskData = {
- 'Task Type': ['raw', 'type'],
- 'Task Visit status': ['raw', 'visit_status'],
- 'Task Arguments': ['json', 'arguments'],
- 'Task Id': ['raw', 'id'],
- 'Task Backend id': ['raw', 'backend_id'],
- 'Task Scheduling date': ['date', 'scheduled'],
- 'Task Start date': ['date', 'started'],
- 'Task Termination date': ['date', 'ended'],
- 'Task Duration': ['duration', 'duration'],
- 'Task Executor': ['raw', 'worker'],
- 'Task Log': ['raw', 'message']
+ 'Type': ['raw', 'type'],
+ 'Visit status': ['raw', 'visit_status'],
+ 'Arguments': ['json', 'arguments'],
+ 'Id': ['raw', 'id'],
+ 'Backend id': ['raw', 'backend_id'],
+ 'Scheduling date': ['date', 'scheduled'],
+ 'Start date': ['date', 'started'],
+ 'Termination date': ['date', 'ended'],
+ 'Duration': ['duration', 'duration'],
+ 'Executor': ['raw', 'worker'],
+ 'Log': ['raw', 'message']
};
for (const [title, [type, property]] of Object.entries(taskData)) {
if (saveRequestTaskInfo.hasOwnProperty(property)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 8:46 AM (18 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217239
Attached To
D5570: Display visit status information in the save request information
Event Timeline
Log In to Comment