Modify ↓
Opened 17 years ago
Closed 15 years ago
#168 closed defect (fixed)
Shouldn't be able to activate a build configuration without a recipe
Reported by: | cmlenz | Owned by: | osimons |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Administration interface | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
The master should be able to rely on active build configurations being properly set up. Currently, it fail with a 500 error if the recipe field was left empty.
Attachments (2)
Change History (4)
Changed 17 years ago by thomas_mueller_ffb
comment:1 Changed 15 years ago by osimons
- Owner changed from cmlenz to osimons
Latest patch avoids error page by removing the checkbox if configuration has no recipe. Slightly more informational and less obtrusive than raising errors after posting.
comment:2 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Fixed in [646].
Note: See
TracTickets for help on using
tickets.
Simple solution - uses raise Trac Error?