Skip to content

Commit d7b556d

Browse files
DOC Document removing empty actions header from gridfield (#830)
1 parent 045db0b commit d7b556d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/08_Changelogs/6.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ If you have implemented a custom requirements backend, we recommend updating it
8686
- The built-in session handlers [`FileSessionHandler`](api:SilverStripe\Control\SessionHandler\FileSessionHandler), [`CacheSessionHandler`](api:SilverStripe\Control\SessionHandler\CacheSessionHandler), and [`DatabaseSessionHandler`](api:SilverStripe\Control\SessionHandler\DatabaseSessionHandler) all now validate the session ID `PHPSESSID` to ensure it matches a valid format, otherwise a `RuntimeException` will be thrown.
8787
- [`Hierarchy::duplicateWithChildren()`](api:SilverStripe\ORM\Hierarchy\Hierarchy::duplicateWithChildren()) used to set new sort values for duplicated children - it now uses the sort values from the original records.
8888
- Fields returned from [`QueuedJobDescriptor::getCMSFields()`](api:Symbiote\QueuedJobs\DataObjects\QueuedJobDescriptor::getCMSFields()) have changed to improve the UX. If you were changing those fields (e.g. with a subclass or an extension implementing `updateCMSFields()`) you may need to adjust your code to account for these changes.
89+
- In a [`GridField`](api:SilverStripe\Forms\GridField\GridField), if there are no actions in the [`GridField_ActionMenu`](api:SilverStripe\Forms\GridField\GridField_ActionMenu) component, the empty actions column (the column with the `col-Actions` CSS class) will be ommitted.
8990
- The text for various buttons in the CMS have changed from "Add {record}" to "Add new {record}". The text uses new localisation keys:
9091

9192
|Old key|New key|

0 commit comments

Comments
 (0)