fix package reference
This commit is contained in:
50
data/reference/packages/COMMON/listItems.json
Normal file
50
data/reference/packages/COMMON/listItems.json
Normal file
@@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"metadata": {
|
||||
"companyCode": "COSM",
|
||||
"context": "Contracts",
|
||||
"subContext": 1
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"label": "Fin de mission",
|
||||
"displayOrder": 10,
|
||||
"isActive": true
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"label": "Démission",
|
||||
"displayOrder": 20,
|
||||
"isActive": true
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"label": "Licenciement",
|
||||
"displayOrder": 30,
|
||||
"isActive": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"companyCode": "COSM",
|
||||
"context": "Contracts",
|
||||
"subContext": 2
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"label": "Embauche",
|
||||
"displayOrder": 10,
|
||||
"isActive": true
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"label": "Mutation",
|
||||
"displayOrder": 20,
|
||||
"isActive": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user