Skip to content

Commit

Permalink
Bug fix for when Impersonation is enabled
Browse files Browse the repository at this point in the history
Remove the duplicate editor that might get injected
  • Loading branch information
Kunal Khatua committed Jan 18, 2018
1 parent b19d901 commit c6b0579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exec/java-exec/src/main/resources/rest/profile/profile.ftl
Expand Up @@ -84,8 +84,6 @@ table.sortable thead .sorting_desc { background-image: url("/static/img/black-de
<p>
<#if model.isOnlyImpersonationEnabled()>
<div id="query-editor" class="form-group">${model.getProfile().query}</div>
<input class="form-control" id="query" name="query" type="hidden" value="${model.getProfile().query}"/>
<div class="form-group">
<label for="userName">User Name</label>
<input type="text" size="30" name="userName" id="userName" placeholder="User Name" value="${model.getProfile().user}">
Expand Down

0 comments on commit c6b0579

Please sign in to comment.