Display log viewer even there's no dev info for navigator object#8614
Merged
Conversation
Contributor
|
While we went through a period of asking for the changes file to be updated on the feature branch, it led to too many conflicts. I have pulled out the change log line and put it in the description. Unfortunately the web editor has changed all the line endings for the changes file. I'll push a change to fix this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #8613
Summary of the issue:
When there's no info developer for current navigator object, the log viewer cannot be displayed.
Description of how this pull request fixes the issue:
This PR just adds a condition. If there's no dev info, a appropriate message is logged and the log is displayed.
Testing performed:
Tested with a test build and through a small global plugin under my installed version.
Known issues with pull request:
None
Change log entry:
Bug fixes