mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
Remove TODO
This commit is contained in:
parent
69c4f2a80a
commit
d575737f92
@ -343,7 +343,6 @@ class BookmarksWidget(DashboardWidget):
|
|||||||
|
|
||||||
class ConfigForm(WidgetConfigForm):
|
class ConfigForm(WidgetConfigForm):
|
||||||
object_types = forms.MultipleChoiceField(
|
object_types = forms.MultipleChoiceField(
|
||||||
# TODO: Restrict the choices by FeatureQuery('bookmarks')
|
|
||||||
choices=get_content_type_labels,
|
choices=get_content_type_labels,
|
||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user