Index: lams_central/web/includes/javascript/authoring/authoringProperty.js =================================================================== diff -u -re622da94925ca9580044a24d57ee128eb6386012 -rf5ee7e65a7fee73fcaa5beec0866421abe2c4676 --- lams_central/web/includes/javascript/authoring/authoringProperty.js (.../authoringProperty.js) (revision e622da94925ca9580044a24d57ee128eb6386012) +++ lams_central/web/includes/javascript/authoring/authoringProperty.js (.../authoringProperty.js) (revision f5ee7e65a7fee73fcaa5beec0866421abe2c4676) @@ -83,7 +83,8 @@ groupingRow.hide(); } $('.propertiesContentFieldMatchGroups', content).closest('tr') - .css('display', branchingActivity.grouping && branchingActivity.branches.length > 0 ? '' : 'none'); + .css('display', branchingActivity.branchingType == 'group' && branchingActivity.grouping + && branchingActivity.branches.length > 0 ? '' : 'none'); // show/hide conditions define/match buttons var inputRow = $('.propertiesContentFieldInput', content).closest('tr'),