silverstripe/silverstripe-elemental

Remove the `getDescription` method from `BaseElement`

Closed this issue · 0 comments

The getDescription method is potentially overriding a Description db field on any extending class.

The method was used only to get an addition to getTypeNice to display in the gridfield, possibly translated.

PRs