15230: Link to other workbenches when double-clicking search results.
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 16 May 2019 17:34:01 +0000 (13:34 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 17 May 2019 18:24:42 +0000 (14:24 -0400)
commit215016dc53873f311b5eb3e7e86f2d967ec447fe
tree6976519a4d919abbf02a6d1fd82b42eb216e876e
parent53a66ff40ecb6a06082ef84312d22af4f9190280
15230: Link to other workbenches when double-clicking search results.

* Fix links in details panel.

* Remove redirect to user column from users.  Redirected users are
  hidden so this column is always null.

* Fix additional details panels to use linkToUuid

* Uuid or PDH entered into the search bar will navigate directly

* Add portable data hash to collection page, make it clickable and
copyable.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>
19 files changed:
src/components/details-attribute/details-attribute.tsx
src/models/resource.ts
src/routes/routes.ts
src/store/navigation/navigation-action.ts
src/store/process-logs-panel/process-logs-panel-actions.ts
src/store/process-panel/process-panel-actions.ts
src/store/run-process-panel/run-process-panel-actions.ts
src/store/search-bar/search-bar-actions.ts
src/store/users/users-actions.ts
src/store/workbench/workbench-actions.ts
src/views-components/data-explorer/renderers.tsx
src/views-components/details-panel/collection-details.tsx
src/views-components/details-panel/process-details.tsx
src/views-components/details-panel/project-details.tsx
src/views-components/snackbar/snackbar.tsx
src/views/collection-panel/collection-panel.tsx
src/views/search-results-panel/search-results-panel-view.tsx
src/views/search-results-panel/search-results-panel.tsx
src/views/user-panel/user-panel.tsx