https://github.com/galaxyproject/galaxy
Revision 3925c17026bbbe1237dd94ed515c1e7d31a8e46d authored by mvdbeek on 29 October 2021, 06:53:16 UTC, committed by mvdbeek on 29 October 2021, 12:30:48 UTC
Fixes https://github.com/galaxyproject/galaxy/issues/12804.
This is not the ideal fix, the client should ideally contruct the link
... but it's the old history, it's an easy fix and it's consistent with
what the new history does (for now).

There is some backbone manipulation of the model id (which is not
HistoryDatasetAssociation, but a DatasetCollectionElement in
a collection context)  which is supposed to set the id to the
HistoryDatasetAssociation id. I guess it may not have run on time ?
I also don't know where it is and how to find it, might have been
deleted ? I think it was related to
https://github.com/galaxyproject/galaxy/blob/dev/client/src/mvc/collection/collection-model.js#L86.
1 parent 80595eb
History
Tip revision: 3925c17026bbbe1237dd94ed515c1e7d31a8e46d authored by mvdbeek on 29 October 2021, 06:53:16 UTC
Fix wrong dataset details link
Tip revision: 3925c17
File Mode Size
.ci
.circleci
.github
.vscode
client
config
contrib
cron
database
doc
hooks
lib
locale
packages
scripts
static
templates
test
test-data
tool-data
tools
.coveragerc -rw-r--r-- 78 bytes
.dockerignore -rw-r--r-- 34 bytes
.gitattributes -rw-r--r-- 56 bytes
.gitignore -rw-r--r-- 3.6 KB
.gitpod.yml -rw-r--r-- 1.2 KB
.k8s_ci.Dockerfile -rw-r--r-- 5.5 KB
CITATION -rw-r--r-- 1.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 6.6 KB
CONTRIBUTING.md -rw-r--r-- 7.0 KB
CONTRIBUTORS.md -rw-r--r-- 8.0 KB
LICENSE.txt -rw-r--r-- 10.8 KB
Makefile -rw-r--r-- 7.7 KB
README.rst -rw-r--r-- 2.0 KB
SECURITY_POLICY.md -rw-r--r-- 3.7 KB
check_model.sh -rwxr-xr-x 158 bytes
create_db.sh -rwxr-xr-x 123 bytes
extract_dataset_parts.sh -rwxr-xr-x 209 bytes
manage_db.sh -rwxr-xr-x 355 bytes
pyproject.toml -rw-r--r-- 2.6 KB
pytest.ini -rw-r--r-- 505 bytes
requirements.txt l--------- 47 bytes
rolling_restart.sh -rwxr-xr-x 69 bytes
run.sh -rwxr-xr-x 3.3 KB
run_reports.sh -rwxr-xr-x 1.1 KB
run_tests.sh -rwxr-xr-x 26.8 KB
run_tool_shed.sh -rwxr-xr-x 987 bytes
setup.cfg -rw-r--r-- 986 bytes
tool_list.py -rw-r--r-- 3.0 KB
tox.ini -rw-r--r-- 2.1 KB

README.rst

back to top