mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Renamed *attributesProcessRuns to *processRuns
This commit is contained in:
committed by
Dan Christian Bogos
parent
5ecd940207
commit
682cdb316f
@@ -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 <danb@cgrates.org> Wed, 19 Feb 2020 13:25:52 +0200
|
||||
|
||||
|
||||
@@ -2263,7 +2263,7 @@ const (
|
||||
// Others
|
||||
OptsContext = "*context"
|
||||
Subsys = "*subsys"
|
||||
OptsAttributesProcessRuns = "*attributesProcessRuns"
|
||||
OptsAttributesProcessRuns = "*processRuns"
|
||||
)
|
||||
|
||||
// Event Flags
|
||||
|
||||
Reference in New Issue
Block a user