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
In Locator.php, getCMSFields() redeclares $this->extend('updateCMSFields', $fields); This can cause issues with fields being redeclared in the CMS forms.
Consider replacing with updateLocatorFields, determine impact of backwards compatibility.
The text was updated successfully, but these errors were encountered:
In Locator.php,
getCMSFields()
redeclares$this->extend('updateCMSFields', $fields);
This can cause issues with fields being redeclared in the CMS forms.Consider replacing with
updateLocatorFields
, determine impact of backwards compatibility.The text was updated successfully, but these errors were encountered: