mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
RunID is not longer added to event but to APIOpts
This commit is contained in:
committed by
Dan Christian Bogos
parent
37dfdf6e58
commit
1e080a7123
@@ -214,13 +214,16 @@ const (
|
||||
FallbackSubject = "FallbackSubject"
|
||||
DryRun = "DryRun"
|
||||
|
||||
CustomValue = "CustomValue"
|
||||
Value = "Value"
|
||||
LastUsed = "LastUsed"
|
||||
PDD = "PDD"
|
||||
Route = "Route"
|
||||
RunID = "RunID"
|
||||
CustomValue = "CustomValue"
|
||||
Value = "Value"
|
||||
LastUsed = "LastUsed"
|
||||
PDD = "PDD"
|
||||
Route = "Route"
|
||||
RunID = "RunID"
|
||||
MetaRunID = "*runID"
|
||||
|
||||
AttributeIDs = "AttributeIDs"
|
||||
MetaOptsRunID = "*opts.*runID"
|
||||
MetaReqRunID = "*req.RunID"
|
||||
Cost = "Cost"
|
||||
CostDetails = "CostDetails"
|
||||
@@ -230,7 +233,6 @@ const (
|
||||
StaticValuePrefix = "^"
|
||||
CSV = "csv"
|
||||
FWV = "fwv"
|
||||
MetaCombimed = "*combimed"
|
||||
MetaMongo = "*mongo"
|
||||
MetaPostgres = "*postgres"
|
||||
MetaInternal = "*internal"
|
||||
|
||||
Reference in New Issue
Block a user