Skip to content

Adding readonlymode and db filtering for the data explorer - #52

Open
m2-genz wants to merge 2 commits into
neumino:masterfrom
m2-genz:master
Open

Adding readonlymode and db filtering for the data explorer#52
m2-genz wants to merge 2 commits into
neumino:masterfrom
m2-genz:master

Conversation

@m2-genz

@m2-genz m2-genz commented Nov 4, 2015

Copy link
Copy Markdown

Adding support for the readonlymode and database name filtering.

Comment thread app.js

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want:

var isReadOnlyMode = false;
if (config.isReadOnlyMode !== undefined) {
  isReadOnlyMode = config.isReadOnlyMode
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will change it undefined check, rather than typeof. Will send a new pull with the changes.

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.

2 participants