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
Describe the bug To Reproduce
Steps to reproduce the behavior:
Report -> report network map
2. Select Cabinet
3. Select svg
4. See error in link port data,
InstallURL with ou without slashe
without / causes the error
I send à fix in report_network_map.php
$baseURI = rtrim($config->ParameterArray["InstallURL"], '/') . '/'; // control if InstallURL with "/"
add in line 291
alex001x:patch-4
;)
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Report -> report network map
2. Select Cabinet
3. Select svg
4. See error in link port data,
Expected behavior
the generated link is https://myproject.comdevices.php/?DeviceID=5997 it should have been https://myproject.com/devices.php?DeviceID=5997
problem with slash after https://myproject.comdevices.php to move after https://myproject.com
Screenshots
The text was updated successfully, but these errors were encountered: