Skip to content

Fix display of group type label instead of group type ID

mattwire requested to merge mattwire/civirules:grouptype into master

Fix the display of the group type. Before it was displaying the ID instead of the label. It looks like the code was written to support multiple group types but it only supports one. So we don't need the array.

After: image

Merge request reports