Mercurial > p > roundup > code
diff doc/upgrading.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 | 29a666d8a70d |
| children | a9b136565838 |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu May 02 21:54:16 2024 -0400 +++ b/doc/upgrading.txt Thu May 02 22:11:37 2024 -0400 @@ -367,6 +367,20 @@ `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_ to fix your template. +Update for _generic.help.html (optional) +---------------------------------------- + +Using the ``_generic.help.html`` template with ``classhelper()`` to +provide information on a property without selecting a property caused +an error when processing the template. Using the help template with +Link properties can provide description or other information that the +user can use to determine the right setting. + +If your tracker is based on the minimal or classic tracker and you have +not changed the _generic.help.html file, you can copy it into place +from the template directory. + + Fix static_files use of '-' directory (info) --------------------------------------------
