Bug #17256
closedFile selection dialog does not expand more than one level
Description
Steps to reproduce:
- Go to +NEW → Run a process
- Pick a CWL workflow with a File type input
- Click on the file input
- A dialog box will appear to choose a file
- Expand "Projects"
- Subprojects and collections will appear but you are unable to expand any of them in order to be able to select a file.
Updated by Peter Amstutz almost 4 years ago
- Status changed from New to In Progress
Updated by Daniel Kutyła almost 4 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/c859c9d9325e2ed86d5d7b067e1209e73ee81251
Test run: developer-tests-workbench2: #2 43/
Added map that allows to fetch tree item by its id
Updated by Daniel Kutyła almost 4 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/d9438b97a2ca16ee35a93e54a5bdd1312ea65fbe
Test run: developer-tests-workbench2: #2 46/
Code optimisation
Updated by Peter Amstutz almost 4 years ago
Daniel Kutyła wrote:
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/d9438b97a2ca16ee35a93e54a5bdd1312ea65fbe
Test run: developer-tests-workbench2: #2 46/Code optimisation
This looks good, as suggested in chat, let's add at an integration test that opens the tree picker and navigates at least 3 levels down.
Updated by Peter Amstutz almost 4 years ago
Please go ahead and merge the fix and then follow up with a test branch.
Updated by Peter Amstutz almost 4 years ago
- Target version changed from 2021-01-20 Sprint to 2021-02-03 Sprint
Updated by Daniel Kutyła almost 4 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/746ddef70989e802ec52e244033ccd3b8c51f60e
Test run: developer-tests-workbench2: #2 48/
Browser tests
Updated by Lucas Di Pentima almost 4 years ago
I've made a branch updating nodejs
to version 10.x: 4248a4e at 17256-nodejs-dependency-update
- Changes
lib/install/deps.go
to ask for node 10.23.1 instead of 8.15.1 - Changes
build/package-build-dockerfiles/Makefile
to download the newer nodejs. - Changes
build/package-build-dockerfiles/*/Dockerfile
to use the downloaded nodejs version. - Updates a message on
run-tests.sh
when no nodejs is found.
- Created a docker image to run wb2 integration tests with node-v10.x & Cypress v6.x
- Ran a Jenkins test pipeline: developer-run-tests: #2273
- Re-running wb integration tests: developer-run-tests-apps-workbench-integration: #2409
- Ran the package build scripts
Updated by Lucas Di Pentima almost 4 years ago
Merged wb2's newest master into 17256-File-selection-dialog-browser-tests
at arvados-workbench2|4f87358 so that it has the latest Dockerfile.
Test run: developer-tests-workbench2: #251
Updated by Daniel Kutyła almost 4 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/0b4bf78868000b7ed29570b56581a24ff671f49c
Test run: developer-tests-workbench2: #253
Fixed failing browser test
Updated by Peter Amstutz almost 4 years ago
Daniel Kutyła wrote:
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/0b4bf78868000b7ed29570b56581a24ff671f49c
Test run: developer-tests-workbench2: #253Fixed failing browser test
This LGTM.
Updated by Daniel Kutyła almost 4 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench2|d01d7f3a3164e305b9bd335c118d670b7574dfde.