Roundup Tracker - Issues

Issue 2551179

classification
Load config_ini.ini and properly recognize minimal template for roundup-demo.
Type: behavior Severity: normal
Components: Installation Versions: 2.2.0
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal :

Created on 2021-12-09 18:54 by rouilj, last changed 2021-12-09 20:28 by rouilj.

Messages
msg7409 Author: [hidden] (rouilj) Date: 2021-12-09 18:54
See: https://github.com/roundup-tracker/roundup/pull/2 for jerrykan's solution.

I committed the config_ini.ini load as is.

For minimal, I used the basename of the directory path to the template rather
than including a field that isn't required in the minimal template.
msg7410 Author: [hidden] (rouilj) Date: 2021-12-09 20:28
changeset:   6545:5a3a386aa8e7

Also removed obsolete code and initial_data.py encoding comment from
jinja template.
History
Date User Action Args
2021-12-09 20:28:17rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg7410
2021-12-09 18:54:57rouiljcreate