Fixes organizations collections watcher

it was watching 'organization' instead of 'organizations'
This commit is contained in:
Jared Tabor 2018-05-22 17:11:04 -07:00
parent d9ce945762
commit b37926792f
No known key found for this signature in database
GPG Key ID: 1B343EC4C3CF7E5C

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>