| Summary: | null reference in explorer-table.js when dragging folder into root | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Client | Assignee: | Eric Moffatt <emoffatt> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 10.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I'll take a look at this. This has apparently been fixed by the changes made for bug 459925... |
With Orion's edit page open and its LHS explorer showing the top level of your workspace (ie.- NOT within a project or folder), drag a folder from your desktop into the explorer's root level, and it fails at... _makeUploadNode: function(parentItem, artifactName, isDirectory) { var domId = this.getRow(parentItem).id; // <---------- var child = {Name: artifactName, Directory: isDirectory}; ...because this.getRow(parentItem) evaluates to null.