Skip to content

Commit

Permalink
Проблема с добавлением полей для сортировки в запрос
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
leshchenko1979 committed Jan 23, 2025
1 parent 51b3364 commit 65c64c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fast_bitrix24/user_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ def add_order_parameter(self):
"crm.address.list",
"documentgenerator.template.list",
"userfieldconfig.list",
"voximplant.statistic.get",
"crm.deal.userfield.list",
"task.elapseditem.getlist"
}

if self.st_method in EXCLUDED_METHODS:
Expand Down

0 comments on commit 65c64c3

Please sign in to comment.