Skip to content

Commit 85acce6

Browse files
authored
Merge pull request #129 from thenexus00/patch-1
Update dashboard.html
2 parents 1cf5659 + a3c82ec commit 85acce6

File tree

1 file changed

+2
-2
lines changed
  • src/Umbraco.Cms.Integrations.Search.Algolia/App_Plugins/UmbracoCms.Integrations/Search/Algolia/views

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/App_Plugins/UmbracoCms.Integrations/Search/Algolia/views/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h5>Manage Algolia Indices</h5>
9595
<uui-label slot="label">Document Types</uui-label>
9696
<span class="alg-description" slot="description">Please select the document types you would like to index, and choose the fields to include.</span>
9797
<uui-icon-registry-essential>
98-
<uui-ref-node id="{{ contentType.alias }}"
98+
<uui-ref-node id="dc_{{ contentType.alias }}_{{contentType.id}}"
9999
ng-attr-selected="{{contentType.selected || undefined}}"
100100
ng-repeat="contentType in vm.manageIndex.contentTypesList"
101101
ng-on-open="vm.manageIndex.showProperties(contentType)"
@@ -210,4 +210,4 @@ <h5>Manage Algolia Indices</h5>
210210
<uui-button id="btnBuild" slot="actions" look="primary" color="danger">Build</uui-button>
211211
</uui-dialog-layout>
212212
</uui-dialog>
213-
</uui-icon-registry-essential>
213+
</uui-icon-registry-essential>

0 commit comments

Comments
 (0)