mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
d86e5dfc88
There exists functionality in the CMS to print various pages via the `printable` action on `SilverStripe\Admin\LeftAndMain` - however this appears to be no longer activated by default. The accompanying legacy (entwine) javascript dynamically accesses this action by chaning the HTML form `action` attribute whenever a `FormAction` named `print` is clicked on an EditForm. Unfortunately this is almost all of them - which blocks the correct functionality of `SilverStripe\Forms\GridField\GridFieldPrintButton` which provides it's own action handling via proper SilverStripe routing. Since print buttons are no longer a part of the various parts of the CMS any longer, it appears easiest to simply remove this legacy javascript. |
||
---|---|---|
.. | ||
bundle.js | ||
SilverStripeNavigator.js | ||
TinyMCE_sslink-anchor.js | ||
TinyMCE_sslink-internal.js | ||
vendor.js |