Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from citizennet/API-1794-optimize-call-for-bul…
Browse files Browse the repository at this point in the history
…k-add-dmas

change call for bulk when using single query option
  • Loading branch information
jojordan3 authored Nov 4, 2021
2 parents fb7e250 + 77c5e44 commit 9ef8669
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tags
*.DS_Store
.tern-port

.history/
.history
4 changes: 2 additions & 2 deletions dist/all.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/all.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/schema-form-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function addTemplates($templateCache) {
allow-bulk="{{form.bulkAdd}}"
bulk-delimiter="{{form.bulkDelimiter}}"
bulk-placeholder="{{form.bulkPlaceholder}}"
bulk-single-request="{{form.bulkSingleRequest}}"
sort-filtered-results="{{(form.titleMapResolve || form.titleMap) && !form.titleMapQuery}}"
show-clear-all="{{form.showClearAll}}"
show-clear-cache="{{form.showClearCache}}"
Expand Down

0 comments on commit 9ef8669

Please sign in to comment.