silverstripe / silverstripe-linkfield

Silverstripe module for managing links
BSD 3-Clause "New" or "Revised" License
4 stars 14 forks source link

LinkField needs fluent's gridfield removed so modal renders #243

Closed emteknetnz closed 6 months ago

emteknetnz commented 7 months ago

Fluent will add a tab with a gridfield to linkfield, however because there is no react component for gridfield, you'll get a hard error on the frontend and the link modal will not work at all

To work around this on the SPIKE added a workaround protected $schemaDataType = self::SCHEMA_DATA_TYPE_STRUCTURAL;, though this shouldn't be merged as the lack of a gridfield component should hard fail so that developers are prompted to remove gridfields

Acceptance criteria

PR

GuySartorelli commented 6 months ago

PR merged