mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Rename Attribute opts field from IDs to profileIDs
This commit is contained in:
committed by
Dan Christian Bogos
parent
1670b1b0c9
commit
0c367f1ac7
@@ -2319,7 +2319,8 @@ const (
|
||||
const (
|
||||
MetaDerivedReply = "*derived_reply"
|
||||
|
||||
MetaIDs = "*IDs"
|
||||
MetaIDs = "*IDs"
|
||||
MetaProfileIDs = "*profileIDs"
|
||||
|
||||
TrueStr = "true"
|
||||
FalseStr = "false"
|
||||
|
||||
Reference in New Issue
Block a user