forked from MapComplete/MapComplete
Security: calculate connect-source of specialVisualisations by argument, if applicable
This commit is contained in:
parent
e4aedc9696
commit
29b1f5be4d
3 changed files with 38 additions and 9 deletions
|
@ -1454,7 +1454,7 @@ export default class SpecialVisualizations {
|
|||
},
|
||||
],
|
||||
docs: "Shows events that are happening based on a Giggity URL",
|
||||
needsUrls: ["*"],
|
||||
needsUrls: (args) => args[0],
|
||||
constr(
|
||||
state: SpecialVisualizationState,
|
||||
tagSource: UIEventSource<Record<string, string>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue