silverstripe / silverstripe-admin

Silverstripe Admin Component
BSD 3-Clause "New" or "Revised" License
25 stars 94 forks source link

Used on table - Elemental links should direct to the edit form #1100

Open emteknetnz opened 4 years ago

emteknetnz commented 4 years ago

Overview

There have been a number of enhancements to the 'Used on' table to display the relationships that a file might be tied to. Currently, a link for a content block will direct the user to the page and not the block. This option was chosen as linking to inline editable blocks is currently not possible (and blocked by https://github.com/dnadesign/silverstripe-elemental/issues/506).

The end goal is that clicking a link in the 'Used on table' that references a block directs the user to the edit form of the block, regardless of whether it is inline editable or not.

Notes

brynwhyman commented 4 years ago

I'm updating this issue to be a placeholder for improving the linking for elemental blocks.