Closed dblock closed 5 years ago
Allow activity(id: 1234), activity(1234) as well as activity('1234').
activity(id: 1234)
activity(1234)
activity('1234')
Allow
activity(id: 1234)
,activity(1234)
as well asactivity('1234')
.