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
Plugin-rendered buttons href attribute ignore the BASE_PATH netbox value.
For example, given the base path internal/netbox/, the url of the button "Edit Floorplan" (in the context of /dcim/locations/{some-id}/floorplans/) should be /internal/netbox/plugins/floorplan/floorplans/1/edit/, but instead its /plugins/floorplan/floorplans/1/edit/
I suspect everything is like that, seeing as even the static stuff is broken (static/netbox_floorplan/floorplan/utils.js for example)
I can confirm that other plugins don't have this problem.
FYI I have installed everything correctly running ./manage.py collectstatic before restarting netbox[-rq]
The text was updated successfully, but these errors were encountered:
Plugin-rendered buttons href attribute ignore the BASE_PATH netbox value.
For example, given the base path
internal/netbox/
, the url of the button "Edit Floorplan" (in the context of /dcim/locations/{some-id}/floorplans/) should be/internal/netbox/plugins/floorplan/floorplans/1/edit/
, but instead its/plugins/floorplan/floorplans/1/edit/
I suspect everything is like that, seeing as even the static stuff is broken (
static/netbox_floorplan/floorplan/utils.js
for example)I can confirm that other plugins don't have this problem.
FYI I have installed everything correctly running
./manage.py collectstatic
before restarting netbox[-rq]The text was updated successfully, but these errors were encountered: