Skip to content

Commit

Permalink
adjust function call to pass namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 29, 2019
1 parent 6ba9a02 commit 3914ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4>Neue ID</h4>
<div class="input-group">
<div class="input-group-btn dropdown">
<select class="input-group-addon gradient-light bootstrap-select form-control prettyselect" name="newID-d" id="newID-select" data-template="dev-app:newID-docTypes">
<option value="persons" data-template="app-shared:each" data-template-from="newID-docTypes" data-template-to="newID-docType" data-template-callback="dev-app:newID-option">persons</option>
<option value="persons" data-template="app-shared:each" data-template-from="newID-docTypes" data-template-to="newID-docType" data-template-callback="newID-option" data-template-callbackNamespace="http://xquery.weber-gesamtausgabe.de/modules/dev/dev-app">persons</option>
</select>
</div>
<div class="input-group-btn">
Expand Down

0 comments on commit 3914ef3

Please sign in to comment.