Roundup Tracker - Issues

Issue 2551346

classification
Classic tracker's statusauditor raises erro if detectors/config.ini missing STATUSAUDITOR_CHATTING_REQUIRES_TWO_USERS
Type: behavior Severity: major
Components: Database Versions:
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: high : Blocker

Created on 2024-05-02 20:20 by rouilj, last changed 2024-05-03 02:37 by rouilj.

Messages
msg8028 Author: [hidden] (rouilj) Date: 2024-05-02 20:20
The code shouldn't expose this to the user. Need a few fixes here:

  1) make sure that detectors/config.ini is copied during tracker setup.
     
  2) if it's missing assume it's set to False and continue on.
msg8032 Author: [hidden] (rouilj) Date: 2024-05-03 02:37
It looks like the tracker I discovered this issue in was changed to delete the
detector/config.ini after installation.

I verified that detector/config.ini was in both templates (jinja2 and classic) where this 
statusauditor option is available.

Default now assumes that the option is off if the setting is not found.
changeset:   7929:5ac2af6c7f97
History
Date User Action Args
2024-05-03 02:37:09rouiljsetstatus: new -> fixed
resolution: remind -> fixed
messages: + msg8032
2024-05-02 20:20:19rouiljsetresolution: remind
2024-05-02 20:20:06rouiljcreate