Roundup Tracker - Issues

Issue 2551109

classification
Improve keyword edition with jinja2 template
Type: rfe Severity: normal
Components: Web interface Versions: 2.0.0
process
Status: fixed fixed
:
: rouilj : ced, rouilj
Priority: normal : patch

Created on 2021-01-13 18:24 by ced, last changed 2021-01-15 21:43 by rouilj.

Files
File name Uploaded Description Edit Remove
jinja2-keyword.patch ced, 2021-01-13 18:24 Improve keyword template
Messages
msg7051 Author: [hidden] (ced) Date: 2021-01-13 18:24
The current version of keyword.item.html is not very user friendly. The list of existing keywords are all stacked without space. When selecting one keyword, there is no visual hint about which one was selected. When updating a keyword the button is still named "Create keyword".

So here is a patch that improves the situation.
msg7054 Author: [hidden] (rouilj) Date: 2021-01-15 21:38
committed in rev6319:20e77c3ce6f6.

Also you might want to add the ability to stay in
add new keyword mode. The code to do this in the classic tracker is:

     <input type="checkbox" id="continue_new_keyword"
            name="__redirect_to"
            tal:attributes="value
                            
string:${request/base}${request/env/PATH_INFO}?@template=item;
                            checked python:True" />
     <label for="continue_new_keyword" i18n:translate="">Continue adding 
keywords.</label>
msg7055 Author: [hidden] (rouilj) Date: 2021-01-15 21:43
Bah make that rev6320:6dabae8da31a the prior rev put the patch on the 
issue2550923_computed_property branch.
History
Date User Action Args
2021-01-15 21:43:17rouiljsetmessages: + msg7055
2021-01-15 21:38:22rouiljsetstatus: new -> fixed
nosy: + rouilj
messages: + msg7054
priority: normal
assignee: rouilj
resolution: fixed
2021-01-13 18:24:16cedcreate