Skip to content
Snippets Groups Projects
Unverified Commit ed26b747 authored by Jerome Boucher's avatar Jerome Boucher
Browse files

update demo data and configuration

parent 8388680a
No related branches found
No related tags found
No related merge requests found
......@@ -211,25 +211,25 @@ packageConnectors = "{
'ArchivalAgreement' : {
'label' : 'Accord de versement',
'source': 'input',
'type' : 'text',
'type' : 'archivalProfile',
'required' : false
},
'ArchivalAgencyIdentifier' : {
'label' : 'Identifiant du service darchive',
'label' : 'Identifiant du service d\'archive',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'TransferringAgencyIdentifier' : {
'label' : 'Identifiant du service versant',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'OriginatingAgencyIdentifier' : {
'label' : 'Identifiant des services producteurs',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'ServiceLevel' : {
......@@ -260,25 +260,25 @@ packageConnectors = "{
'ArchivalAgreement' : {
'label' : 'Accord de versement',
'source': 'input',
'type' : 'text',
'type' : 'archivalProfile',
'required' : false
},
'ArchivalAgencyIdentifier' : {
'label' : 'Identifiant du service darchive',
'label' : 'Identifiant du service d\'archive',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'TransferringAgencyIdentifier' : {
'label' : 'Identifiant du service versant',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'OriginatingAgencyIdentifier' : {
'label' : 'Identifiant des services producteurs',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'ServiceLevel' : {
......@@ -315,25 +315,25 @@ packageConnectors = "{
'ArchivalAgreement' : {
'label' : 'Accord de versement',
'source': 'input',
'type' : 'text',
'type' : 'archivalProfile',
'required' : false
},
'ArchivalAgencyIdentifier' : {
'label' : 'Identifiant du service darchive',
'label' : 'Identifiant du service d\'archive',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'TransferringAgencyIdentifier' : {
'label' : 'Identifiant du service versant',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'OriginatingAgencyIdentifier' : {
'label' : 'Identifiant des services producteurs',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'ServiceLevel' : {
......@@ -362,21 +362,21 @@ packageConnectors = "{
'required' : false
},
'ArchivalAgencyIdentifier' : {
'label' : 'Identifiant du service darchive',
'label' : 'Identifiant du service d\'archive',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'TransferringAgencyIdentifier' : {
'label' : 'Identifiant du service versant',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'OriginatingAgencyIdentifier' : {
'label' : 'Identifiant des services producteurs',
'source' : 'input',
'type' : 'text',
'type' : 'organization',
'required' : true
},
'ServiceLevel' : {
......
......@@ -92,6 +92,7 @@ INSERT INTO "auth"."privilege" ("roleId","userStory") VALUES
('PRODUCTEUR', 'restitution/restitutionHistory'),
('PRODUCTEUR', 'restitution/restitutionRequest'),
('PRODUCTEUR', 'restitution/restitutionValidation'),
('SERVICE_VERSANT', 'adminArchive/archivalProfile'),
('SERVICE_VERSANT', 'archiveDeposit/messageComposer'),
('SERVICE_VERSANT', 'archiveDeposit/transferHistory'),
('SERVICE_VERSANT', 'archiveDeposit/transferImport'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment