You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When fluent is installed, the tab with the gridfield is removed so that it does not render in the link modal
emteknetnz
changed the title
Fluent needs gridfield remove to render modal
Fluent needs gridfield removed so modal renders
Mar 3, 2024
GuySartorelli
changed the title
Fluent needs gridfield removed so modal renders
LinkField needs fluent's gridfield removed so modal renders
Mar 7, 2024
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 gridfieldsAcceptance criteria
PR
The text was updated successfully, but these errors were encountered: