x
This commit is contained in:
@@ -387,7 +387,7 @@ class StorageIntegrationService:
|
|||||||
for rec in recommendations:
|
for rec in recommendations:
|
||||||
rec_record = DesignRecommendation(
|
rec_record = DesignRecommendation(
|
||||||
stp_file_id=stp_file_id,
|
stp_file_id=stp_file_id,
|
||||||
rec_type=rec.get('rec_type'),
|
rec_type=rec.get('type') or rec.get('rec_type'),
|
||||||
priority=rec.get('priority'),
|
priority=rec.get('priority'),
|
||||||
description=rec.get('description'),
|
description=rec.get('description'),
|
||||||
reason=rec.get('reason'),
|
reason=rec.get('reason'),
|
||||||
|
|||||||
Reference in New Issue
Block a user