Skip to content

#552 Gruntfile.js failed to load#593

Merged
mousetraps merged 1 commit intomicrosoft:masterfrom
mousetraps:i552
Nov 17, 2015
Merged

#552 Gruntfile.js failed to load#593
mousetraps merged 1 commit intomicrosoft:masterfrom
mousetraps:i552

Conversation

@mousetraps
Copy link
Copy Markdown
Contributor

Previously we were relying on GetEditLabel() to produce the
non-display-name. This was problematic because sometimes GetEditLabel
returns null or produces a NotImplementedException when a node cannot be
renamed. Instead, expose GetItemName, which will always return the
underlying file or directory name based on the Url.

fix #552

Previously we were relying on GetEditLabel() to produce the
non-display-name. This was problematic because sometimes GetEditLabel
returns null or produces a NotImplementedException when a node cannot be
renamed. Instead, expose GetItemName, which will always return the
underlying file or directory name based on the Url.
@mousetraps
Copy link
Copy Markdown
Contributor Author

Note that as described in #552... I never managed to actually reproduce the underlying issue, so we can't verify the fix.

mousetraps added a commit that referenced this pull request Nov 17, 2015
#552 Gruntfile.js failed to load
@mousetraps mousetraps merged commit 0643875 into microsoft:master Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gruntfile.js failed to load: System.NotImplementedException at ..DependentFileNode.GetEditLabel()

2 participants