Support - Allow describe_cases without any params (#3818)
This commit is contained in:
parent
9c89c24caf
commit
ed22b24fd5
2 changed files with 29 additions and 1 deletions
|
|
@ -198,8 +198,9 @@ class SupportBackend(BaseBackend):
|
|||
include_communications,
|
||||
):
|
||||
cases = []
|
||||
requested_case_ids = case_id_list or self.cases.keys()
|
||||
|
||||
for case in case_id_list:
|
||||
for case in requested_case_ids:
|
||||
self.advance_case_status(case)
|
||||
self.advance_case_severity_codes(case)
|
||||
formatted_case = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue