Skip to content

Commit

Permalink
Merge pull request getredash#1187 from getredash/arikfr-patch-3
Browse files Browse the repository at this point in the history
Fix: read only users receive the permission error modal in query view
  • Loading branch information
arikfr authored Jul 14, 2016
2 parents 9193fed + ea28e71 commit 78f65b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/views/query.html
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ <h4 class="modal-title">Query Archive</h4>
<!-- end of modal for archive button -->

<div class="container">
<overlay ng-if="canCreateQuery === false">
<overlay ng-if="canCreateQuery === false && query.isNew()">
You don't have permission to create new queries on any of the data sources available to you. You can either <a
href="queries">browse existing queries</a>, or ask for additional permissions from your Re:dash admin.
</overlay>

0 comments on commit 78f65b1

Please sign in to comment.