-
Can we have an element as inline editable so we can edit the title and rich text etc, then have an "Advanced" or "More" button in the dots menu to go to the dedicated edit page where we can edit relat…
-
I'm considering to use this module on a new project to completely replace the content area, as I feel it get's more and more obsolete the more sophisticated blocks are getting, and feels a little redu…
-
# Overview
The base elemental module defines blocks as a flat list (`Page has_one ElementalArea has_many Elements`). Elements can be grouped through the optional [dnadesign/silverstripe-elemental-l…
-
When using a Treedropdownfield in a react form (eg the Linkfield Module SiteTreeLink) the field will pass a 'required' validation if the field is cleared - even though this should reset the field to a…
-
# Overview
Sorting with versioned on has_many and many_many through is not predictable and probably hasn't really been properly considered. There are workarounds for common use cases like sorting o…
-
For CMS performance we should implement some sort of client-side form schema cache per data object type. Preferably this would have some sort of interface that could be used to (for example) get a lis…
-
If you have blocks in your database that no longer correlate to available classes (e.g. because you removed a module), the editor breaks in weird ways (JavaScript errors).
Option A: Replicate the …
-
## Affected Version
Probably all versions. Observed in 4.3.0
## Description
The GridFieldDeleteAction does not allow you to unlink a record if you don't have the canEdit permission on the rel…
-
## Affected Version
SilverStripe 4.x
## Description
### Coming from a GridField world
In SilverStripe 3.x, a developer could easily use GridField to scaffold a mechanism for editing a has_…
-
Using SS 4.1.2, Fluent 4.1.3
If you have a record with related DataObjects, say a `Page` that has many related records, or Blocks added via the [Elemental module](https://github.com/dnadesign/silve…