Fixed Incomplete "display location" list for custom fields in xfrm_category_add_resource

zbing

Member
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'.

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.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFRM release (2.3.3).

Change log:
Fix missing custom field groups on add resource page
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom