Parcourir la source

HUE-9266 [history] Show submission time

Romain il y a 6 ans
Parent
commit
d5918f94ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apps/jobbrowser/src/jobbrowser/apis/history.py

+ 1 - 1
apps/jobbrowser/src/jobbrowser/apis/history.py

@@ -69,7 +69,7 @@ class HistoryApi(Api):
           'queue': '',
           'canWrite': True,
           'duration': 1,
-          'submitted': 1
+          'submitted': history['data']['lastExecuted']
         })
 
     return {