I currently cannot change the status of an issue,even when logged in. I tried so with #325, and the
Status: open => fix proposed
was added as a comment, but the status itself was not updated.
Martin
Category:
MathAction => Aldor Library Compiler
Severity: critical => serious
Status: open => fix proposed
Category: Aldor Library Compiler =>
MathAction
Severity: serious => critical
Status: fix proposed => open
Maybe this is only the case with old (i.e., imported) bugs. I was able to change the properties of this bug alright.
Martin
I tried refresh, I tried to edit the page and then change its status, all to no avail.
Martin
Status: open => fix proposed
Severity: critical => serious
Severity: serious => critical
Category:
MathAction => general
Category: general =>
MathAction
Status: fix proposed => closed
The problem was that the properties associated with the imported bug reports were not added in the same way as a normal issue (i.e. as "managed properties"). I modified
tracker.py so that it updates the properties using the low level primitives thus avoiding the distinction and working (hopefully) for both old and new issues.