Merge pull request 'removed id from descriptor' (#344) from 2368-entry_buy into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #344
Reviewed-by: Bernat Exposito <bernat@verdnatura.es>
This commit is contained in:
Bernat Exposito 2020-08-03 06:20:55 +00:00
commit 5c7168d696
2 changed files with 1 additions and 4 deletions

View File

@ -870,7 +870,7 @@ export default {
confirmed: 'vn-entry-summary vn-check[label="Confirmed"]',
},
entryDescriptor: {
agency: 'vn-entry-descriptor div.body vn-label-value:nth-child(2) span',
agency: 'vn-entry-descriptor div.body vn-label-value:nth-child(1) span',
travelsQuicklink: 'vn-entry-descriptor vn-quick-link[icon="local_airport"] > a',
entriesQuicklink: 'vn-entry-descriptor vn-quick-link[icon="icon-entry"] > a'
}

View File

@ -10,9 +10,6 @@
</slot-menu>
<slot-body>
<div class="attributes">
<vn-label-value label="Id"
value="{{$ctrl.entry.id}}">
</vn-label-value>
<vn-label-value label="Agency "
value="{{$ctrl.entry.travel.agency.name}}">
</vn-label-value>