Skip to content

Commit

Permalink
Merge pull request #87 from treviza153/master
Browse files Browse the repository at this point in the history
fix bug channel
  • Loading branch information
Laura authored Apr 6, 2020
2 parents c0eed6b + ff4531d commit bed5f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CadVlan/EquipInterface/views_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,9 +867,9 @@ def edit_channel_(request, channel_id=None):
"start_record": 0,
"end_record": 50,
"asorting_cols": [],
"searchable_columns": ["channel__id"],
"custom_search": channel_id,
"extends_search": []
"searchable_columns": [],
"custom_search": "",
"extends_search": [{"channel": channel_id}]
}

try:
Expand Down

0 comments on commit bed5f3f

Please sign in to comment.