From dba6ed950e2e5e626cb8ee346da28e9255ca8484 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Wed, 22 May 2013 12:21:09 +0000 Subject: [PATCH] fix: pb with ccamus --- core/trunk/data_fr.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/trunk/data_fr.sql b/core/trunk/data_fr.sql index 266c8307352..dda001df789 100644 --- a/core/trunk/data_fr.sql +++ b/core/trunk/data_fr.sql @@ -3077,6 +3077,7 @@ delete from users_entities where user_id = 'bblier' and entity_id = 'VILLE'; INSERT INTO users_entities (user_id, entity_id, user_role, primary_entity) VALUES ('bblier', 'VILLE', 'Responsable courrier', 'Y'); INSERT INTO users_entities VALUES ('ccamus', 'VILLE', '', 'Y'); +INSERT INTO users_entities VALUES ('ccamus', 'CCAS', '', 'Y'); delete from users_entities where user_id = 'ggrand' and entity_id = 'COR'; INSERT INTO users_entities (user_id, entity_id, user_role, primary_entity) @@ -3853,4 +3854,4 @@ INSERT INTO docservers (docserver_id, docserver_type_id, device_label, is_readon --Ajout dossiers pour Business -- --------------------------------- INSERT INTO folders (folders_system_id, folder_id, foldertype_id, parent_id, folder_name, subject, description, author, typist, status, folder_level, creation_date, destination, dest_user, folder_out_id, video_status, video_user, is_frozen, custom_t1, custom_n1, custom_f1, custom_d1, custom_t2, custom_n2, custom_f2, custom_d2, custom_t3, custom_n3, custom_f3, custom_d3, custom_t4, custom_n4, custom_f4, custom_d4, custom_t5, custom_n5, custom_f5, custom_d5, custom_t6, custom_d6, custom_t7, custom_d7, custom_t8, custom_d8, custom_t9, custom_d9, custom_t10, custom_d10, custom_t11, custom_d11, custom_t12, custom_d12, custom_t13, custom_d13, custom_t14, custom_d14, custom_t15, is_complete, is_folder_out, last_modified_date) VALUES (41, 'AVOIRS', 102, 0, 'Avoirs', NULL, NULL, NULL, 'superadmin', 'FOLDNEW', 1, '2013-04-11 19:33:25.562', NULL, NULL, NULL, NULL, NULL, 'N', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'N', 'N', '2013-04-11 19:33:25.562'); -INSERT INTO folders (folders_system_id, folder_id, foldertype_id, parent_id, folder_name, subject, description, author, typist, status, folder_level, creation_date, destination, dest_user, folder_out_id, video_status, video_user, is_frozen, custom_t1, custom_n1, custom_f1, custom_d1, custom_t2, custom_n2, custom_f2, custom_d2, custom_t3, custom_n3, custom_f3, custom_d3, custom_t4, custom_n4, custom_f4, custom_d4, custom_t5, custom_n5, custom_f5, custom_d5, custom_t6, custom_d6, custom_t7, custom_d7, custom_t8, custom_d8, custom_t9, custom_d9, custom_t10, custom_d10, custom_t11, custom_d11, custom_t12, custom_d12, custom_t13, custom_d13, custom_t14, custom_d14, custom_t15, is_complete, is_folder_out, last_modified_date) VALUES (42, 'FACTURES', 102, 0, 'Factures', NULL, NULL, NULL, 'superadmin', 'FOLDNEW', 1, '2013-04-11 19:34:15.015', NULL, NULL, NULL, NULL, NULL, 'N', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'N', 'N', '2013-04-11 19:34:15.015'); \ No newline at end of file +INSERT INTO folders (folders_system_id, folder_id, foldertype_id, parent_id, folder_name, subject, description, author, typist, status, folder_level, creation_date, destination, dest_user, folder_out_id, video_status, video_user, is_frozen, custom_t1, custom_n1, custom_f1, custom_d1, custom_t2, custom_n2, custom_f2, custom_d2, custom_t3, custom_n3, custom_f3, custom_d3, custom_t4, custom_n4, custom_f4, custom_d4, custom_t5, custom_n5, custom_f5, custom_d5, custom_t6, custom_d6, custom_t7, custom_d7, custom_t8, custom_d8, custom_t9, custom_d9, custom_t10, custom_d10, custom_t11, custom_d11, custom_t12, custom_d12, custom_t13, custom_d13, custom_t14, custom_d14, custom_t15, is_complete, is_folder_out, last_modified_date) VALUES (42, 'FACTURES', 102, 0, 'Factures', NULL, NULL, NULL, 'superadmin', 'FOLDNEW', 1, '2013-04-11 19:34:15.015', NULL, NULL, NULL, NULL, NULL, 'N', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'N', 'N', '2013-04-11 19:34:15.015'); -- GitLab