diff options
author | W. Trevor King <wking@drexel.edu> | 2008-12-04 12:07:49 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-12-04 12:07:49 -0500 |
commit | ebeca26c2c8fdf2dab77c57e1e1ab9b2a0a704dc (patch) | |
tree | 1954a5943381bc8ce31859dea8bbb3cdee1331ff /.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values | |
parent | 2447b5df014630d402f1fe28db6898a981f5ada0 (diff) | |
download | bugseverywhere-ebeca26c2c8fdf2dab77c57e1e1ab9b2a0a704dc.tar.gz |
Fixed missing directory error when merging comments onto a bare bug.
If bug_A had no comments (and so, no comment directory), changing
comment settings before saving raised missing directory errors.
save_settings had previously assumed the
.be/bugs/XYZ/comments/
directory existed, which wasn't true for comment-less bugs. Now it
checks, and creates the directory if necessary.
Diffstat (limited to '.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values')
-rw-r--r-- | .be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values b/.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values index 8a5d9e2..2f65fbc 100644 --- a/.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values +++ b/.be/bugs/ae998b27-a11b-4243-abf6-11841e5b8242/values @@ -1,28 +1,11 @@ +creator: abentley +severity: minor -creator=abentley +status: fixed - - - -severity=minor - - - - - - -status=open - - - - - - -summary=Customizable severity levels? - - +summary: Customizable severity levels? |