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
hidePagination from the flexform is either 0 or 1 - never empty and never with strlen === 0. So this term above could not become true and therfore it is now impossible to override hidePagination
The text was updated successfully, but these errors were encountered:
in function override this code should override the settings from the flexform:
if (((!isset($previousData[$fieldName]) || (string)$previousData[$fieldName] === '') || (strlen($previousData[$fieldName]) === 0)) && isset($tsData['settings'][$fieldName]) ) {
hidePagination from the flexform is either 0 or 1 - never empty and never with strlen === 0. So this term above could not become true and therfore it is now impossible to override hidePagination
The text was updated successfully, but these errors were encountered: