RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

Fix custom field description update #140

Closed waynesun09 closed 1 year ago

waynesun09 commented 1 year ago

The description field is a Text field and need update the Text content.

This fix does not include check description type but directly update content, which is good enough.

waynesun09 commented 1 year ago

This fixes: https://github.com/RedHatQE/pylero/issues/114