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
The field accepts the allow_override parameter (set as value of OPTION_ALLOW_OVERRIDE class constant), but the set value does not impact the field settings or output value.
The default setting is true to enable overrides; setting to false appears to do nothing. A review of the code indicates that OPTION_ALLOW_OVERRIDE is not referenced anywhere other than declaration and default value.
The text was updated successfully, but these errors were encountered:
The field accepts the
allow_override
parameter (set as value ofOPTION_ALLOW_OVERRIDE
class constant), but the set value does not impact the field settings or output value.The default setting is
true
to enable overrides; setting tofalse
appears to do nothing. A review of the code indicates thatOPTION_ALLOW_OVERRIDE
is not referenced anywhere other than declaration and default value.The text was updated successfully, but these errors were encountered: