Defect #18734
select / case is missing a break in application.js
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 2.6.1 | |||
Resolution: | Fixed | Affected version: | 2.6.0 |
Description
In /public/javascripts/application.js the case "relation" code is not finished by a break instruction (line number 192 in 2.6.0). Relations might rarely be used as a filter, but when you do, this causes an error.
History
#1
Updated by Jean-Philippe Lang about 6 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.6.1
- Resolution set to Fixed
Fixed in r13850, thanks for pointing this out.
#2
Updated by Jean-Philippe Lang about 6 years ago
- Status changed from Resolved to Closed