Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Re2o
re2o
Commits
367e972c
Commit
367e972c
authored
Jan 26, 2021
by
Gabriel Detraz
Browse files
fix: Wrong url path for interface autocomplete on port edition form
parent
7c18f1f5
Pipeline
#3218
passed with stage
in 3 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
topologie/forms.py
View file @
367e972c
...
...
@@ -70,7 +70,7 @@ class PortForm(FormRevMixin, ModelForm):
"switch"
:
AutocompleteModelWidget
(
url
=
"/topologie/switch-autocomplete"
),
"room"
:
AutocompleteModelWidget
(
url
=
"/topologie/room-autocomplete"
),
"machine_interface"
:
AutocompleteModelWidget
(
url
=
"/machine
/machin
e-autocomplete"
url
=
"/machine
s/interfac
e-autocomplete"
),
"related"
:
AutocompleteModelWidget
(
url
=
"/topologie/port-autocomplete"
),
"custom_profile"
:
AutocompleteModelWidget
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment