-
- Downloads
utils/archive: Fix returned date when requesting origin visit info
Previously, functions from the archive module to query origin visit info were returning the latest visit status date instead of the visit date. This could lead to wrong returned visit when searching a visit by date through links offered by the webapp as the wrong visit date was used.
parent
bd816268
No related branches found
No related tags found
Showing
- swh/web/conftest.py 13 additions, 17 deletionsswh/web/conftest.py
- swh/web/utils/archive.py 19 additions, 22 deletionsswh/web/utils/archive.py
- swh/web/utils/converters.py 16 additions, 6 deletionsswh/web/utils/converters.py
- swh/web/utils/tests/test_converters.py 24 additions, 17 deletionsswh/web/utils/tests/test_converters.py
Loading