Reply to thread

Template: xfrm_category_add_resource


arg-groups in custom_fields_edit_groups is missing 'above_rating', 'below_rating' and 'none'.


[CODE=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>[/CODE]


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.


Back
Top Bottom