diff --git a/packages/debian/changelog b/packages/debian/changelog index 235bbf349..fe455c884 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -85,7 +85,7 @@ cgrates (0.11.0~dev) UNRELEASED; urgency=medium * [Templates] Added new dataconverter: *string2hex * [AttributeS] Updated AttributeProfile matching to match the second AttributeProfile with the same weight * [AttributeS] Updated inline AttributeProfiles to unite all consecutive inline attributes in a single profile - * [SessionS] Added *attributesProcessRuns option to control the process runs for AttributeS + * [SessionS] Added *processRuns option to control the process runs for AttributeS -- DanB Wed, 19 Feb 2020 13:25:52 +0200 diff --git a/utils/consts.go b/utils/consts.go index e5d544526..2424a6c1f 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -2263,7 +2263,7 @@ const ( // Others OptsContext = "*context" Subsys = "*subsys" - OptsAttributesProcessRuns = "*attributesProcessRuns" + OptsAttributesProcessRuns = "*processRuns" ) // Event Flags