Community
Participate
Working Groups
While single stepping through generateBanner (experimenting with auth) I was getting errors when accessing dijit widgets where we had missing dependencies. The following need to be added: 'dijit/Menu' 'dijit/MenuItem' 'dijit/form/DropDownButton'
Also found the following missing from commands.js: 'dijit/MenuItem' 'dijit.PopupMenuItem' 'dijit/MenuSeparator'
...and in compare-features.js, util.js, and git-status-table.js. These changes are just adding dependencies and are binary (they either work or fail immediately) I've tested and am going to push to HEAD so these are in the 2am build.
Fixed in HEAD.