Opened 9 years ago
Closed 9 years ago
#12700 closed defect (fixed)
db40 upgrade step can fail to add notification-subscribers
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.1 |
| Component: | notification | Version: | |
| Severity: | normal | Keywords: | upgrade |
| Cc: | Branch: | ||
| Release Notes: |
Fixed failure to add |
||
| API Changes: | |||
| Internal Changes: | |||
Description
Noted in th:comment:5:ticket:13086, and possibly a few times on the mailing list such as gmessage:trac-users:K1xDth-ayXo/Zfa2VVM9DAAJ.
The issue occurs when the always_notify_* values are not defined in trac.ini. The default values are no longer defined in the code, so if the values aren't defined in trac.ini the upgrade script will fail to retrieve the default values. The same issue was fixed for db39 in r14152.
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
| Owner: | set to |
|---|---|
| Release Notes: | modified (diff) |
| Status: | new → assigned |
comment:2 by , 9 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |



Fixed on 1.2-stable in r15574, merged to trunk in r15575.