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 assumed there would be a list view of the tiles on a floor plan (or something)
Observed Behavior
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/usr/local/lib/python3.10/site-packages/django/core/handlers/base.py", line 204, in _get_response
response = response.render()
File "/usr/local/lib/python3.10/site-packages/django/template/response.py", line 105, in render
self.content = self.rendered_content
File "/usr/local/lib/python3.10/site-packages/rest_framework/response.py", line 70, in rendered_content
ret = renderer.render(self.data, accepted_media_type, context)
File "/usr/local/lib/python3.10/site-packages/nautobot/core/views/renderers.py", line 278, in render
return super().render(data, accepted_media_type=accepted_media_type, renderer_context=renderer_context)
File "/usr/local/lib/python3.10/site-packages/rest_framework/renderers.py", line 723, in render
context = self.get_context(data, accepted_media_type, renderer_context)
File "/usr/local/lib/python3.10/site-packages/nautobot/core/views/renderers.py", line 174, in get_context
table = self.construct_table(view, request=request, permissions=permissions)
File "/usr/local/lib/python3.10/site-packages/nautobot/core/views/renderers.py", line 63, in construct_table
table_class = view.get_table_class()
File "/usr/local/lib/python3.10/site-packages/nautobot/core/views/mixins.py", line 310, in get_table_class
self.table_class is not None
Exception Type: AssertionError at /plugins/floor-plan/floor-plan-tiles/
Exception Value: 'FloorPlanTileUIViewSet' should include a `table_class` attribute for bulk operations
Steps to Reproduce
Go to a floor plan in the UI
Click on a tile
Click on the link in the navigation bar to Floor Plan Tiles
For example, on this page you can see the navigation bar read:
Locations / Europe → Netherlands → AMS01 → ams01-dc-pod-1 / Floor Plan for Location "ams01-dc-pod-1" / Floor Plan Tiles / Tile (2, 2, 2, 2) in Floor Plan for Location "ams01-dc-pod-1"
And clicking on Floor Plan Tiles produces the error.
The text was updated successfully, but these errors were encountered:
* Resolves#60
* Fixes CI issue
* Removed unused import statement
* Disabled abstract class check in pylint
* Disabled abstract class check in pylint
* CI issue
* Changed fragment to reference new feature issue
* Update nautobot_floor_plan/templates/nautobot_floor_plan/floorplan_retrieve.html
Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
* Update changes/60.fixed
Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
* Resolved code review suggestions
* Removed import that was no longer needed
---------
Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
Environment
Expected Behavior
I assumed there would be a list view of the tiles on a floor plan (or something)
Observed Behavior
Steps to Reproduce
Floor Plan Tiles
For example, on this page you can see the navigation bar read:
Locations / Europe → Netherlands → AMS01 → ams01-dc-pod-1 / Floor Plan for Location "ams01-dc-pod-1" / Floor Plan Tiles / Tile (2, 2, 2, 2) in Floor Plan for Location "ams01-dc-pod-1"
And clicking on
Floor Plan Tiles
produces the error.The text was updated successfully, but these errors were encountered: