Skip to content

Commit 785592a

Browse files
authored
fix: add call center in wildcard and name support (#1525)
1 parent ae8b923 commit 785592a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/registry/metadataRegistry.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,8 @@
11351135
"inFolder": false,
11361136
"name": "CallCenter",
11371137
"strictDirectoryName": false,
1138-
"suffix": "callCenter"
1138+
"suffix": "callCenter",
1139+
"supportsWildcardAndName": true
11391140
},
11401141
"callcenterroutingmap": {
11411142
"directoryName": "callCenterRoutingMaps",
@@ -4798,4 +4799,4 @@
47984799
"strictDirectoryName": false
47994800
}
48004801
}
4801-
}
4802+
}

0 commit comments

Comments
 (0)