-
When building out api.silverstripe.org, there are several errors about problems during parsing.
The errors are too numerous to fit here so I'll put them in comments below.
-
Twice now with `silverstripe-elemental` we've had to deal with unmounting and remounting forms:
The first time we were allowing the user to "collapse" the form. Simple workaround - we can just `dis…
-
I'm not sure if this is defined by style guide and/or designs of SS4 UI, but there are cases _(here I'll show one of it, because I can't remember where I saw other occurrences - **if I found it I'll d…
-
A ListboxField should appear as a multi value dropdown field:
```
ListboxField::create('Test', 'Test', ['0' => 'test1', '1' => 'test2'])
```
![image](https://user-images.githubusercontent.com/…
-
The problem arises when the [`FluentExtension` uses `COALESCE`](https://github.com/tractorcow/silverstripe-fluent/blob/master/code/extensions/FluentExtension.php#L555) on colums that should be sorted.…
-
I'd like to suggest we refactor the Snippet model around ParamExpander trait usage.
It feels like the trait makes it too rigid and brings some unnecessary complexity into the module.
However, maybe …
-
# Localised copy doesn't trigger when ClassName changes
This may be an edge case but it's quite important for the Fluent + Elemental setup
## Test setup
`Page` - "out of the box" model type
…
-
After dragging an open content block with a TinyMCE field the editor appears empty. If you refresh the page the content is actually still there but is concerning to users especially if they wish to co…
-
### Overview
Maintainers occasionally come across edge-cases in features where custom code is required to enable writing Behat / functional tests. Adding this code to [frameworktest](https://github…
-
This is the error message:
Fatal error: Call to a member function FormAction() on a non-object in /framework/forms/FormField.php on line 139
To reproduce:
```php
public function getCMSFields…
stojg updated
2 years ago