Open Dervis-vL opened 1 year ago
Hi @Dervis-vL, thank you for reporting this issue. We already work on it (bug 121946). It is part of bigger issue relating to Load Cases, Load Combinations and Result Combinations. I'll keep you posted on the progress if possible.
Hi!
I am curious to hear if progress on this issue has been made.
Converted to ToDo 14243.
Could there be an update or time indication as to when the issue will be resolved?
ToDo is still open.
What is the current status?
Describe the bug We want to create a result combination through the API / webservice that consists of other result combinations. Doing so through the GUI works fine.
When printing the manually created SUD object (result combination), the case object number is returned, but not the type (so it is not specified whether the item contains a LC or an RC).
To Reproduce in my manually created result combination, the 2nd entry consists of case_object_item = 3. This could either be RC3 or LC3, which is not specified when printing the object.
I also tried setting a result_combination_item with an added case_object_type (or case_object) = "E_OBJECT_TYPE_RESULT_COMBINATION" but it does not work (suds.TypeNotFound: Type not found: 'case_object_type).
Expected behavior I am hoping to have solution provided in the webservice calls to create result combinations from result combinations. More specifically, I want to specify the case object type in a result combination item. Something like:
or
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context I would like to see this issue solved because being able to nest Result combinations within Result combinations makes reading the results a lot more simple and straight forward. Thanks in advance!