Error de roles solucionado a falta de dump
This commit is contained in:
parent
c2782a8682
commit
51f8d01d24
|
@ -1,7 +1,8 @@
|
|||
|
||||
<vn-horizontal pad-medium border-solid-bottom>
|
||||
<vn-auto margin-medium-right ui-sref="item.card.summary({ id: {{$ctrl.item.id}} })">
|
||||
<img ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}" on-error-src/>
|
||||
<vn-auto margin-medium-right >
|
||||
<img ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
||||
zoom-image="http://verdnatura.es/vn-image-data/catalog/900x900/{{::$ctrl.item.image}}" on-error-src/>
|
||||
</vn-auto>
|
||||
<vn-one ui-sref="item.card.summary({ id: {{$ctrl.item.id}} })">
|
||||
<div><span translate>Id</span>: <b>{{::$ctrl.item.id}}</b></div>
|
||||
|
|
|
@ -13,16 +13,16 @@
|
|||
value-field = "id"
|
||||
label = "Warehouse"
|
||||
order = "name ASC"
|
||||
vn-acl="buyer, replenisher">
|
||||
vn-acl="buyer,replenisher">
|
||||
</vn-autocomplete>
|
||||
<vn-textfield
|
||||
vn-three label="code"
|
||||
model="niche.code"
|
||||
vn-acl="buyer, replenisher">
|
||||
vn-acl="buyer,replenisher">
|
||||
</vn-textfield>
|
||||
<vn-one pad-medium-top>
|
||||
<vn-icon
|
||||
vn-acl="buyer, replenisher"
|
||||
vn-acl="buyer,replenisher"
|
||||
pointer
|
||||
medium-grey
|
||||
icon="remove_circle_outline"
|
||||
|
|
|
@ -32,13 +32,5 @@
|
|||
"model": "Specie",
|
||||
"foreignKey": "specieFk"
|
||||
}
|
||||
},
|
||||
"acls": [
|
||||
{
|
||||
"accessType": "READ",
|
||||
"principalType": "ROLE",
|
||||
"principalId": "$everyone",
|
||||
"permission": "ALLOW"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue