Mercurial > p > roundup > code
diff CHANGES.txt @ 6620:b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
Fix history by adding default string value to calls to
link_class.get(). Mark as translatable string. Include originally
identified multilink path and apply same fix to link path.
Also fix a possible issue in the plain() display paths for
link/multilink the same way if the label is missing.
Update translation files.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 05 Mar 2022 18:55:50 -0500 |
| parents | a43a40af817d |
| children | e1588ae185dc 33616bc80baf |
line wrap: on
line diff
--- a/CHANGES.txt Tue Feb 22 09:22:43 2022 -0500 +++ b/CHANGES.txt Sat Mar 05 18:55:50 2022 -0500 @@ -75,6 +75,9 @@ (John Rouillard) - issue2551142 - postgresql reworked to use savepoint/"rollback to" rather than commit()/rollback(). Using savepoint should be faster. +- issue2551196 - Unset labelprop of a Multilink can lead to Python + error when using context/history. (reported and initial patch: Nagy + Gabor, John Rouillard) Features:
