Index: lams_central/web/includes/javascript/authoring/authoringProperty.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringProperty.js,v diff -u -r1.27 -r1.28 --- lams_central/web/includes/javascript/authoring/authoringProperty.js 23 Oct 2014 11:07:19 -0000 1.27 +++ lams_central/web/includes/javascript/authoring/authoringProperty.js 23 Oct 2014 12:18:34 -0000 1.28 @@ -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'),