JRod
Results
2
issues of
JRod
i run into an error, when I try to get Metadata for a Rulechain with get_rule_chain_meta_data() ` try: metadata = rest_client.get_rule_chain_meta_data(rc.id.id) except ValueError as ve: logging.debug("value Error %r", ve)` Invalid...
This issue affects a lot of methods in different controllers. i.e. def get_customer_user_infos(self, customer_id: CustomerId, page_size: int, page: int, type: Optional[str] = None,text_search:Optional[str] = None, sort_property: Optional[str] = None,sort_order: Optional[str]...