add in travel index, entry create
This commit is contained in:
parent
e193c2998c
commit
f0fb906670
|
@ -10,6 +10,12 @@
|
||||||
translate>
|
translate>
|
||||||
Clone travel
|
Clone travel
|
||||||
</vn-item>
|
</vn-item>
|
||||||
|
<a class="vn-item"
|
||||||
|
ui-sref="entry.create({travelFk: $ctrl.travel.id})"
|
||||||
|
name="addEntry"
|
||||||
|
translate>
|
||||||
|
Add entry
|
||||||
|
</a>
|
||||||
</vn-list>
|
</vn-list>
|
||||||
</vn-menu>
|
</vn-menu>
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
Clone travel: Clonar envío
|
Clone travel: Clonar envío
|
||||||
|
Add entry: Añadir entrada
|
|
@ -49,6 +49,11 @@
|
||||||
vn-tooltip="Clone"
|
vn-tooltip="Clone"
|
||||||
icon="icon-clone">
|
icon="icon-clone">
|
||||||
</vn-icon-button>
|
</vn-icon-button>
|
||||||
|
<vn-icon-button
|
||||||
|
vn-anchor="::{state: 'entry.create', params: {travelFk: travel.id}}"
|
||||||
|
vn-tooltip="Add entry"
|
||||||
|
icon="icon-ticket">
|
||||||
|
</vn-icon-button>
|
||||||
<vn-icon-button
|
<vn-icon-button
|
||||||
vn-click-stop="$ctrl.preview(travel)"
|
vn-click-stop="$ctrl.preview(travel)"
|
||||||
vn-tooltip="Preview"
|
vn-tooltip="Preview"
|
||||||
|
|
Loading…
Reference in New Issue