mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Fixes organizations collections watcher
it was watching 'organization' instead of 'organizations'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user