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
@audave
When we uninstall the field_ui module, NULL is passed to prefix which was causing this issue,
PR 988 will fix this issue.
Let me know if the issue is not resolved with the above PR.
Description
To replicate
Below is the offending code:
$this->config->get('field_ui.settings')->get('field_prefix');
Returns a different value depending if field_ui is enabled.
` /**
*/
protected function getFieldPrefix(): string {
return (string) $this->config->get('field_ui.settings')->get('field_prefix');
}`
The text was updated successfully, but these errors were encountered: