refs #6420 change url #136
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#136
Loading…
Reference in New Issue
No description provided.
Delete Branch "6420-claimNotesSummary"
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?
WIP: refs #6420 change urlto refs #6420 change url@ -117,1 +117,4 @@
max-width: 80em;
&__section {
overflow-x: hidden;
Revisado los resultados visuales, ver si se puede usar sin la propiedad "overflow-x" :)
@ -172,0 +173,4 @@
@load="onLoad"
:offset="offset"
class="full-width full-height"
style="overflow: auto"
Quitar la propiedad style y añadir la propiedad el valor "overflow-auto" a class
@ -219,3 +220,3 @@
</QCard>
<QCard class="vn-max" v-if="salesClaimed.length > 0">
<a class="header" :href="claimUrl + 'note/index'">
<a class="header" :href="`#/claim/${entityId}/notes`">
Debe llevar a detalles :)
Es un error heredado