comparison 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
comparison
equal deleted inserted replaced
7927:ea4e3dc4b59e 7928:c05ea62b4c7a
188 optgroup in select elements. (John Rouillard) 188 optgroup in select elements. (John Rouillard)
189 - roundup-demo can set the hostname in the URL using the -H 189 - roundup-demo can set the hostname in the URL using the -H
190 parameter. So you can start a demo tracker that is available from 190 parameter. So you can start a demo tracker that is available from
191 your network using 'roundup-demo ... -B hostname -H hostname'. (John 191 your network using 'roundup-demo ... -B hostname -H hostname'. (John
192 Rouillard) 192 Rouillard)
193 - issue2551347 - make _generic.help.html work without property
194 settings. THis applies to classic or minimal trackers. It allows use
195 of classhelp without the property seting for informtion only
196 (e.g. description of what a priority or status means) without being
197 able to select the property in the classhelper. Good for adding help
198 for Link properties. (John Rouilllard)
193 199
194 2023-07-13 2.3.0 200 2023-07-13 2.3.0
195 201
196 Fixed: 202 Fixed:
197 203

Roundup Issue Tracker: http://roundup-tracker.org/