Opened 6 years ago
Last modified 5 years ago
#18782 assigned defect
config.js uses wrong prefix when has('dojo-config-api') is falsy
Reported by: | maier49 | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojo/_base/config.js, the branch that's taken if has('dojo-config-api') uses 'config' to prefix configuration properties added to has but these properties are expected to be prefixed with 'config-'.
Link to the offending lines: https://github.com/dojo/dojo/blob/1d32043df68bce115d324efcf2838f4cc6beb3d2/_base/config.js#L159-L171
Change History (4)
comment:1 Changed 6 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → 1.11 |
Owner: | set to dylan |
Status: | new → assigned |
comment:2 Changed 6 years ago by
Milestone: | 1.11 → 1.12 |
---|
comment:3 Changed 6 years ago by
Milestone: | 1.12 → 1.13 |
---|
Ticket planning... move current 1.12 tickets out to 1.13 that likely won't get fixed in 1.12.
comment:4 Changed 5 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Thanks @maier49. Let me know if you plan to create a PR for this.