diff --git a/atdb/taskdatabase/services/algorithms.py b/atdb/taskdatabase/services/algorithms.py index b03628388666f2bbf6553e0caa466f360634390b..8d1f75c0891eb81a5f09fce4b1419975c9f21bbd 100644 --- a/atdb/taskdatabase/services/algorithms.py +++ b/atdb/taskdatabase/services/algorithms.py @@ -727,7 +727,9 @@ def construct_inspectionplots(task,source='task_id'): for plot in plots: basename = plot['basename'] - plot_file = basename + str(plot['size']) + checksum = plot['checksum'] + #plot_file = basename + str(plot['size']) + plot_file = checksum # only add unique files if not plot_file in plot_files: diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html index 904772e6bb8faf3eb9abc7253fd324767c46f092..c93d0814562e184b3be39384cddcd0a381e7e0fd 100644 --- a/atdb/taskdatabase/templates/taskdatabase/index.html +++ b/atdb/taskdatabase/templates/taskdatabase/index.html @@ -34,7 +34,7 @@ {% include 'taskdatabase/pagination.html' %} </div> </div> - <p class="footer"> Version 13 Januari 2022 - 8:00 + <p class="footer"> Version 13 Januari 2022 - 11:00 </div>