Roundup Tracker - Issues

Issue 2551347

classification
make _generic.help.html work without property settings
Type: behavior Severity: normal
Components: Web interface Versions:
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal : Blocker, patch, patch

Created on 2024-05-02 20:27 by rouilj, last changed 2024-05-14 14:41 by rouilj.

Files
File name Uploaded Description Edit Remove
class_help_info_usecase.diff rouilj, 2024-05-02 20:27
Messages
msg8029 Author: [hidden] (rouilj) Date: 2024-05-02 20:27
The classhelper on issues.roundup-tracker.org is used to provide additional info
about selections. E.G. when clicking on an item's components label, you get a description of the components. E.G.

  id 	name 	description
  1 	None 	
  7 	Documentation 	Issues with documentation
  2 	Installation 	Issues with setup.py, pip install issues

this use of classhelper appears to be unique to the issues.roundup-tracker.org tracker.

Modify _generic.help.html to allow this use case.

Partial patch attached it needs to be applied to html/_generic.help.html. Because of how it
was generated it can't be applied by patch directly as the filenames are messed up.
msg8030 Author: [hidden] (rouilj) Date: 2024-05-03 02:13
Done for classic and minimal templates in changeset:   7928:c05ea62b4c7a.

Still to do for devel and responsive which are very different _generic.help.html
templates.
msg8031 Author: [hidden] (rouilj) Date: 2024-05-03 02:19
The devel and responsive templates already have this ability.
So nothing more to do here.
History
Date User Action Args
2024-05-14 14:41:13rouiljsetkeywords: patch, patch, Blocker
2024-05-03 02:19:20rouiljsetkeywords: patch, patch, Blocker
status: open -> fixed
resolution: remind -> fixed
messages: + msg8031
2024-05-03 02:13:01rouiljsetkeywords: patch, patch, Blocker
status: new -> open
messages: + msg8030
2024-05-03 01:55:23rouiljsetkeywords: patch, patch, Blocker
title: _generic.help.html doesn't work if property is not defined (read only/info use) -> make _generic.help.html work without property settings
2024-05-02 20:28:37rouiljsetkeywords: + Blocker
2024-05-02 20:28:06rouiljsetkeywords: patch, patch
resolution: remind
2024-05-02 20:27:47rouiljcreate