Opened 9 years ago
Closed 9 years ago
#15238 closed defect (fixed)
dojoDir not computed correctly when has(dojo-cdn) with some userConfigs
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Loader | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
if has(dojo-cdn) then dojoDir is computed as userConfig.baseUrl (if any). If userConfig.baseUrl exists, then dojoDir will be improperly set.
Further if dojo, dijit, or dojox are explicitly set in the userConfig, then has(dojo-cdn) causes those settings to be ignored.
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [28409]: