4213-item.summary #1011
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1011
Loading…
Reference in New Issue
No description provided.
Delete Branch "4213-item.summary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat(item.summary): add descriptionto 4213-item.summary@ -0,0 +1 @@
ALTER TABLE `vn`.`item` MODIFY COLUMN description varchar(512) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL NULL;
Puedes utilizar tipo text, en vez de un varchar()
@ -117,6 +117,23 @@
value="{{tag.value}}">
</vn-label-value>
</vn-one>
<vn-one name="description">
Quizas estaría bien ocultar el bloque si no tiene una descripción, para evitar que se muestre un encabezado pero sin contenido.