Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
feat(flux): active les fluxs ARM valides / échues / classées (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBahamut authored and risseraka committed Jan 14, 2020
1 parent 698857e commit ffeae89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions worker/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ const definitions = [
typeIds: ['apx'],
statutIds: ['mod', 'val']
},
{
domaineIds: ['m'],
typeIds: ['arm'],
statutIds: ['val']
},
{
domaineIds: ['m'],
typeIds: ['axm'],
Expand Down Expand Up @@ -254,6 +259,11 @@ const definitions = [
typeIds: ['apx'],
statutIds: ['ech']
},
{
domaineIds: ['m'],
typeIds: ['arm'],
statutIds: ['ech']
},
{
domaineIds: ['m'],
typeIds: ['axm'],
Expand All @@ -274,6 +284,11 @@ const definitions = [
typeIds: ['pxm'],
statutIds: ['ech']
},
{
domaineIds: ['m'],
typeIds: ['arm'],
statutIds: ['dmc']
},
// --------------------------------------
{
domaineIds: ['s'],
Expand Down

0 comments on commit ffeae89

Please sign in to comment.