- Affected version
- 2.3.2
Template: xfrm_category_add_resource
arg-groups in custom_fields_edit_groups is missing 'above_rating', 'below_rating' and 'none'.
When adding new resource, custom fields with "Display location" set to one of missing options will not show in the form.
This is especially problematic when field is set as required.
arg-groups in custom_fields_edit_groups is missing 'above_rating', 'below_rating' and 'none'.
PHP:
<xf:contentcheck>
<xf:macro id="custom_fields_macros::custom_fields_edit_groups"
arg-type="resources"
arg-set="{$resource.custom_fields}"
arg-groups="{{ ['below_info', 'extra_tab', 'new_tab'] }}"
arg-editMode="{{ $resource.getFieldEditMode() }}"
arg-onlyInclude="{$category.field_cache}" />
</xf:contentcheck>
When adding new resource, custom fields with "Display location" set to one of missing options will not show in the form.
This is especially problematic when field is set as required.