We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9721d commit fd30299Copy full SHA for fd30299
netbox_custom_objects/models.py
@@ -133,12 +133,6 @@ def get_list_url(self):
133
kwargs={"custom_object_type": self.custom_object_type.name.lower()},
134
)
135
136
- @classmethod
137
- def _get_viewname(cls, action=None, rest_api=False):
138
- if rest_api:
139
- return f"plugins-api:netbox_custom_objects:api:customobject_{action}"
140
- return f"plugins:netbox_custom_objects:customobject_{action}"
141
-
142
@classmethod
143
def _get_action_url(cls, action=None, rest_api=False, kwargs=None):
144
if kwargs:
0 commit comments