mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Dylan Wagstaff
d86e5dfc88
FIX remove now superfluous print action destroyer
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.
SilverStripe CMS
PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework
module and a silverstripe-installer
base project.
Installation
See installation instructions.
Bugtracker
Bugs are tracked on github.com. Please read our issue reporting guidelines.
Development and Contribution
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.
Links
Description
Languages
PHP
73.3%
JavaScript
20%
Gherkin
4%
Scheme
2.1%
SCSS
0.6%