Filter for disable_import
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
This commit is contained in:
@ -278,6 +278,10 @@ class Services(object):
|
||||
doc_res["pdf_name"] = doc["pdf_name"]
|
||||
if "hc_location" in doc:
|
||||
doc_res["hc_location"] = doc["hc_location"]
|
||||
if "disable_import" in doc:
|
||||
doc_res["disable_import"] = doc["disable_import"]
|
||||
else:
|
||||
doc_res["disable_import"] = False
|
||||
srv_res["docs"].append(doc_res)
|
||||
if len(srv_res["docs"]) > 0:
|
||||
doc_struct[srv["service_category"]].append(srv_res)
|
||||
|
Reference in New Issue
Block a user