Mercurial > p > roundup > code
diff CHANGES.txt @ 7928:c05ea62b4c7a
fix: issue2551347 - make _generic.help.html work without property settings
This lets the classhelp() method run in read only mode to provide
information on a Link property without updating the property.
Updating the property can be done by selecting the proper value using
the drop-down.
Update classic and minimal templates to allow this to work.
Update upgrading and reference docs.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 22:11:37 -0400 |
| parents | 05f36a527a45 |
| children | 5ac2af6c7f97 |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 02 21:54:16 2024 -0400 +++ b/CHANGES.txt Thu May 02 22:11:37 2024 -0400 @@ -190,6 +190,12 @@ parameter. So you can start a demo tracker that is available from your network using 'roundup-demo ... -B hostname -H hostname'. (John Rouillard) +- issue2551347 - make _generic.help.html work without property + settings. THis applies to classic or minimal trackers. It allows use + of classhelp without the property seting for informtion only + (e.g. description of what a priority or status means) without being + able to select the property in the classhelper. Good for adding help + for Link properties. (John Rouilllard) 2023-07-13 2.3.0
