Add category display to import preview for better item context
This commit is contained in:
@@ -139,6 +139,10 @@
|
|||||||
<div class="small text-info">Would create: {{ item.missing_map.subspecialty|join:", " }}</div>
|
<div class="small text-info">Would create: {{ item.missing_map.subspecialty|join:", " }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<! -- Category -->
|
||||||
|
<div class="m2m-group" data-model="Category"><strong>Category:</strong>
|
||||||
|
{{ item.payload.category|default:'(none)' }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- DEBUG: show raw resolved and missing maps for troubleshooting -->
|
<!-- DEBUG: show raw resolved and missing maps for troubleshooting -->
|
||||||
<div class="card-footer text-monospace small">
|
<div class="card-footer text-monospace small">
|
||||||
|
|||||||
Reference in New Issue
Block a user