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
While attempting to develop PHPUnit tests for the ACF field block I deactivated the Layout group that contained some cloned fields. The fields for this inactive group were still being included in the list of field names, overriding the original field called text.
Requirements
Fields from any group that has been marked as Inactive shouldn't be included in the selection list for the ACF field block
The text was updated successfully, but these errors were encountered:
While attempting to develop PHPUnit tests for the ACF field block I deactivated the Layout group that contained some cloned fields. The fields for this inactive group were still being included in the list of field names, overriding the original field called
text
.Requirements
Fields from any group that has been marked as Inactive shouldn't be included in the selection list for the ACF field block
The text was updated successfully, but these errors were encountered: