Created
June 4, 2019 18:24
-
-
Save andrew-serrano/ca8be16dd538e4dc44a96d3d6101f004 to your computer and use it in GitHub Desktop.
Load customfield group and all of the associated customfields
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mvt:comment> | |
Load Customfield Group | |
</mvt:comment> | |
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="Group_Load_Code('build_a_kit_facets', l.build_a_kit_facets_group)" /> | |
<mvt:comment> | |
Load all the fields associated with that group | |
</mvt:comment> | |
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="ProductFieldList_Load_Group(l.build_a_kit_facets_group:id, l.settings:bak_facets)" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment