Skip to content

Commit

Permalink
Merge pull request #107 from treviza153/bugfix/ChangeChannelApiCall
Browse files Browse the repository at this point in the history
Changing Delete Channel API call
  • Loading branch information
treviza153 authored Sep 14, 2020
2 parents 057c962 + 5a792c5 commit 71c69da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CadVlan/EquipInterface/views_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,8 @@ def delete_channel(request, channel_id=None):
client = auth.get_clientFactory()

try:
client.create_api_interface_request().remove_channel([channel_id])
#client.create_api_interface_request().remove_channel([channel_id])
client.create_interface().delete_channel([channel_id])
messages.add_message(request, messages.SUCCESS, equip_interface_messages.get(
"success_remove_channel"))
except ValueError as e:
Expand Down
2 changes: 1 addition & 1 deletion GloboNetworkAPI-client-python
Submodule GloboNetworkAPI-client-python updated from 5523ab to 5184c4

0 comments on commit 71c69da

Please # to comment.