Merge pull request #1924 from jaredevantabor/fix-1831

Fixes Organizations pagination
This commit is contained in:
Jared Tabor 2018-05-23 09:53:35 -07:00 committed by GitHub
commit 921c3d2535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,6 @@
</button>
</div>
</div>
<!-- smart-search directive bindings:
djangoModel: '@', // one-way, interpolated
basePath: '@',
iterator: '@',
dataset: '=', // two-way
list: '=',
collection: '=',
searchTags: '=',
-->
<smart-search
django-model="organizations"
base-path="organizations"
@ -99,17 +90,11 @@
</div>
</div>
</div>
<!-- paginate directive bindings
collection: '=', // two-way
dataset: '=',
iterator: '@', // one-way, interpolated
basePath: '@'
-->
<paginate
base-path="organizations"
iterator="organization"
dataset="organization_dataset"
collection="organization">
collection="organizations">
</paginate>
</div>
</div>