comparison 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
comparison
equal deleted inserted replaced
7927:ea4e3dc4b59e 7928:c05ea62b4c7a
364 copy the ``user.help-search.html`` from the classic tracker template. 364 copy the ``user.help-search.html`` from the classic tracker template.
365 365
366 If you have modified that template, you can follow the analysis in 366 If you have modified that template, you can follow the analysis in
367 `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_ 367 `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_
368 to fix your template. 368 to fix your template.
369
370 Update for _generic.help.html (optional)
371 ----------------------------------------
372
373 Using the ``_generic.help.html`` template with ``classhelper()`` to
374 provide information on a property without selecting a property caused
375 an error when processing the template. Using the help template with
376 Link properties can provide description or other information that the
377 user can use to determine the right setting.
378
379 If your tracker is based on the minimal or classic tracker and you have
380 not changed the _generic.help.html file, you can copy it into place
381 from the template directory.
382
369 383
370 Fix static_files use of '-' directory (info) 384 Fix static_files use of '-' directory (info)
371 -------------------------------------------- 385 --------------------------------------------
372 386
373 Use of the '-' directory in ``static_files`` config.ini setting now 387 Use of the '-' directory in ``static_files`` config.ini setting now

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