#15450 closed defect (fixed)
"transformJobs" functions accidentally refer to global bc reference
Reported by: | James Thomas | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Small issue I noticed when playing with the transform jobs....
Arguments in the "transformJobs" array in buildControlDefault.js are passed in the resource to tag along with a reference to the build control instance.
A number of the current jobs don't include a second function parameter, relying on the fact that there's the same argument name as the module dependency listed above. Those functions should match the others, will use the local function parameter rather than the module reference.
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | buildControlDefault.patch added |
---|
comment:1 Changed 9 years ago by
Component: | General → BuildSystem |
---|---|
Owner: | set to Rawld Gill |
Priority: | undecided → low |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [29113]: