You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would gladly create PR myself but I don't know which way you prefer it to be fixed - either change the code to use comma (slight probability to break some running installation) - or to change the tooltip. I guess the code fix is better as it doesn't make good logic with further whitespace removal.
The text was updated successfully, but these errors were encountered:
For integration (streaming events) via HTTP multiple urls could be specified.
In the code they are split with whitespace:
https://github.com/chirpstack/chirpstack/blob/master/chirpstack/src/integration/http.rs#L22
But the hint in the UI for this input field insists it should be comma!
https://github.com/chirpstack/chirpstack/blob/master/ui/src/views/applications/integrations/HttpIntegrationForm.tsx#L46
I would gladly create PR myself but I don't know which way you prefer it to be fixed - either change the code to use comma (slight probability to break some running installation) - or to change the tooltip. I guess the code fix is better as it doesn't make good logic with further whitespace removal.
The text was updated successfully, but these errors were encountered: