Skip to content

Commit

Permalink
enable measures badges #57
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlakm committed Nov 12, 2016
1 parent e5f7dae commit b1cc702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static List<PropertyDefinition> properties() {
.description(
"Setting this property to true enables the measures badge generation webservice. Note that this type of badges can be resource consuming and scalability hasn't been tested yet.")
.type(PropertyType.BOOLEAN)
.defaultValue("false")
.defaultValue("true")
.build());
properties.add(PropertyDefinition.builder(CE_ACTIVITY_BADGES_ACTIVATION_KEY)
.category(CATEGORY)
Expand Down

0 comments on commit b1cc702

Please sign in to comment.