Fix param-extraction

This commit is contained in:
Kane York
2015-06-30 16:43:43 -07:00
parent a81f8495b0
commit baeb747fcb
2 changed files with 8 additions and 4 deletions
@@ -1,6 +1,6 @@
<h3>Queries</h3>
<div class="query-list">
{{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" content=content castInteger="true"}}
{{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" content=content castInteger="true" nameChanges="true"}}
{{d-button action="showCreate" icon="plus" class="no-text"}}
{{d-button action="importQuery" label="explorer.import.label" icon="upload"}}
</div>