RedHatQE / pylero

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

fix: erase title only for subcomments #178

Closed AlthausKonstantin closed 6 months ago

AlthausKonstantin commented 7 months ago

This fixes a blunder I am to blame for (introduced here: https://github.com/RedHatQE/pylero/pull/172). The expected behavior is: Set the title to None if the new comment is an answer to an existing comment.

leelavg commented 7 months ago

in your PR description could you pls link the PR where this was introduced.