silverstripe-framework/tests/php
Simon Gow 4c3a068859 Issue 3357 - Add GridField Readonly Transformation
GridField doesn't have a valid readonly state if it's value is set to an Object
without `forTemplate()`. The default behaviour is to render a ReadonlyField,
but given GridField is a complex type this isn't suitable.

This bugfix provides a transformation method to render only components that are
whitelisted to provide a readonly state.

@see #3357 - https://github.com/silverstripe/silverstripe-framework/issues/3357
2018-08-29 14:47:06 +12:00
..
Control Properly deprecate HTTP.cache_control 2018-07-23 19:09:11 +01:00
Core Add upgrade rule for HTTPCacheControl 2018-06-14 11:55:05 +12:00
Dev Merge branch '4.1' into 4.2 2018-07-23 13:30:49 +01:00
Forms Issue 3357 - Add GridField Readonly Transformation 2018-08-29 14:47:06 +12:00
i18n Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
Logging Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ORM Merge branch '4.1' into 4.2 2018-07-13 16:44:23 +01:00
Security FIX Message when changing password with invalid token now contains correct links to login 2018-08-20 22:30:12 +12:00
View NEW Shift Embeddable and EmbedResource from asset-admin, lazy load Embed to allow injected dependencies (#8194) 2018-06-20 11:40:28 +12:00