FIX: Display embeddable host's post to category. (#14517)

The host's category was successfully updated on the database, but the category property was not properly set when rendering the component for the first time.
This commit is contained in:
Roman Rizzi
2021-10-05 13:59:27 -03:00
committed by GitHub
parent dbbfad7ed0
commit 766d337d42
2 changed files with 12 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
<td><div class="label">{{i18n "admin.embedding.host"}}</div>{{host.host}}</td>
<td><div class="label">{{i18n "admin.embedding.class_name"}}</div>{{host.class_name}}</td>
<td><div class="label">{{i18n "admin.embedding.allowed_paths"}}</div>{{host.allowed_paths}}</td>
<td><div class="label">{{i18n "admin.embedding.category"}}</div>{{category-badge host.category}}</td>
<td><div class="label">{{i18n "admin.embedding.category"}}</div>{{category-badge host.category allowUncategorized=true}}</td>
<td class="controls">
{{d-button icon="pencil-alt" action=(action "edit")}}
{{d-button icon="far-trash-alt" action=(action "delete") class="btn-danger"}}