|
|
@@ -67,6 +67,7 @@ describe('build', () => {
|
|
|
label: 'rate_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/rate',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -82,6 +83,7 @@ describe('build', () => {
|
|
|
label: 'parameters_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/parameter',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -97,6 +99,7 @@ describe('build', () => {
|
|
|
label: 'send_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/send',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -112,6 +115,7 @@ describe('build', () => {
|
|
|
label: 'state_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/state',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -127,6 +131,7 @@ describe('build', () => {
|
|
|
label: 'pay_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/pay',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -142,6 +147,7 @@ describe('build', () => {
|
|
|
label: 'check_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/check',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -157,6 +163,7 @@ describe('build', () => {
|
|
|
label: 'ledger_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/ledger',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -172,6 +179,7 @@ describe('build', () => {
|
|
|
label: 'magazine_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/magazine',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -187,6 +195,7 @@ describe('build', () => {
|
|
|
label: 'ventilated_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/ventilated',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -202,6 +211,7 @@ describe('build', () => {
|
|
|
label: 'pay_erase_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/payerase',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -217,6 +227,7 @@ describe('build', () => {
|
|
|
label: 'resume_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/resume',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -232,6 +243,7 @@ describe('build', () => {
|
|
|
label: 'history_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/history',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -247,6 +259,7 @@ describe('build', () => {
|
|
|
label: 'call_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/call',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -262,6 +275,7 @@ describe('build', () => {
|
|
|
label: 'history_structure_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/historystructure',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -277,6 +291,7 @@ describe('build', () => {
|
|
|
label: 'insurance_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/insurance',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -292,6 +307,7 @@ describe('build', () => {
|
|
|
label: 'resume_all_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/resumeall',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|
|
|
@@ -307,6 +323,7 @@ describe('build', () => {
|
|
|
label: 'resume_pay_cotisation',
|
|
|
icon: { name: 'fas fa-euro-sign' },
|
|
|
to: 'https://mydomain.com/#/cotisation/resumepay',
|
|
|
+ target: '_self',
|
|
|
type: MENU_LINK_TYPE.V1,
|
|
|
active: false,
|
|
|
})
|