Index: grails-app/domain/com/lemans/ds/product/ProductCategoryAttribute.groovy =================================================================== diff -u -r2809b7c41e5c5a5898ceb5e1959c5903d45bc4eb -r8701b6824c0ac540a80cea40253fa3bc9e7cc4cf --- grails-app/domain/com/lemans/ds/product/ProductCategoryAttribute.groovy (.../ProductCategoryAttribute.groovy) (revision 2809b7c41e5c5a5898ceb5e1959c5903d45bc4eb) +++ grails-app/domain/com/lemans/ds/product/ProductCategoryAttribute.groovy (.../ProductCategoryAttribute.groovy) (revision 8701b6824c0ac540a80cea40253fa3bc9e7cc4cf) @@ -22,6 +22,8 @@ boolean isSplit + Boolean isExcludedForSplit + Boolean isGroup Boolean isKeyAttribute @@ -31,6 +33,7 @@ isHidden nullable: true isGroup nullable: true isKeyAttribute nullable: true + isExcludedForSplit nullable: true } static mapping = {