Mojmir Fendek
Mojmir Fendek
# Redirector page leaking draft content ## Test setup **Page A** - published, has HTML field with a page link which points to Redirector page **Redirector page** - unpublished, redirects...
Silverstripe Admin version: `1.2.1@stable` (`05276c9e63475ea3c7af57c8189abbc24e4cf088`) `"silverstripe/framework": "4.2.1@stable" (9d7eefce1dd19af1087e2ee8fe75e4cc07766d51)` I found this strange issue with DropDownField in Form which is used on the File select modal dialog in UploadField. When user...
## Campaign admin permission for edit form * Add to campaign widget is displayed for all users regardless of campaign admin permission * This makes the edit form behaviour inconsistent...
`ProcessManager` is `final class` which prevents extensibility. This is especially problematic if custom shell commands ned to be run. Fixed in https://github.com/asyncphp/doorman/pull/29
# PHP 8.1 deprecation: Serializable interface PHP 8.1 introduces the following deprecation warning: ``` PHP Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or...
## Module version(s) affected 2.1.x-dev ## Description I'm trying to set up a simple `has_one` relation between files. The data setup part works as expected but when I use `UploadField`...