find route limit slice
This commit is contained in:
SDE
2023-08-29 16:30:31 +03:00
parent 58f42c4651
commit 26e923ab58
11 changed files with 177 additions and 1 deletions

View File

@@ -154,7 +154,11 @@ def find_routes_ajax(request):
try:
data = request.POST.dict()
if not data and request.body:
data = json.loads(request.body)
data['owner_type'] = 'mover'
routes_Dict = get_routes_Dict(data=data)
if 'errors' in routes_Dict: