silverstripe-dashboard
silverstripe-dashboard copied to clipboard
Dashboard module for SilverStripe 3
This file causes issues when requests are made via ajax (e.g. TreeDropdownField)
Passes the page ID in the URL rather than as a query parameter to fix the "Create new" buttons on GridFieldPanels when used with Silverstripe 3.7.
These broke during the SS4 upgrade. SS3 did not escape HTML by default, but SS4 does (generally a good thing), but for these actions, escaping needs to be turned off.
Hi @unclecheese I understand you might be busy with other projects :). As there are quite many old, open issues and a few pull request (i.e. [one created by me...
https://docs.silverstripe.org/en/3/changelogs/3.7.0/ Setting SS_Object up instead of Object for PHP 7.2 support
Each panel could have a setting to define how often the panel content would be automatically refreshed using ajax. This would be off by default, so it would not interfere...
Hey @unclecheese As I discussed with you yesterday at StripeCon, I plan on upgrading this module to SS4. I'd like to open a discussion on the tasks needed to complete...
Hi, just wondering if this will get a SS 4 branch added?