[openmairie-framework-Commits] r4944 - in openmairie_exemple/branches/om5_rad: . install

0 views
Skip to first unread message

fray...@users.adullact.net

unread,
Apr 26, 2024, 5:37:42 PMApr 26
to openmairie...@googlegroups.com
Author: fraynaud
Date: 2024-04-26 23:37:40 +0200 (Fri, 26 Apr 2024)
New Revision: 4944

Modified:
openmairie_exemple/branches/om5_rad/HISTORY.txt
openmairie_exemple/branches/om5_rad/TODO.txt
openmairie_exemple/branches/om5_rad/install/om_setup_config.php
Log:
correction bug manque droit om_vues dans setup




Modified: openmairie_exemple/branches/om5_rad/HISTORY.txt
===================================================================
--- openmairie_exemple/branches/om5_rad/HISTORY.txt 2024-04-26 21:34:19 UTC (rev 4943)
+++ openmairie_exemple/branches/om5_rad/HISTORY.txt 2024-04-26 21:37:40 UTC (rev 4944)
@@ -133,8 +133,9 @@
* Evolution : om_champs suppression vue et table 25/04/2024
* Evolution : mise à niveau install et om_setup_config.php
* bug : composition om_forms appel dans forms à l'action 5 d om_champs (objet invalide) 26/04/24
+* bug - manque le droit om_vues 26/04/2014

-* bug : om_tables : si existe vue -> la suppression créé une erreur : a voir

+
4.10.0 (29/11/2022
-------------------

Modified: openmairie_exemple/branches/om5_rad/TODO.txt
===================================================================
--- openmairie_exemple/branches/om5_rad/TODO.txt 2024-04-26 21:34:19 UTC (rev 4943)
+++ openmairie_exemple/branches/om5_rad/TODO.txt 2024-04-26 21:37:40 UTC (rev 4944)
@@ -95,14 +95,16 @@

Bug
===
-- manque le droit om_vues
-- composition om_forms

+- composition om_forms bug appel méthode om_champs -> debugué action 5 du coup

+ bug : om_tables : si existe vue -> la suppression créé une erreur : a voir




+
+
Actions
=======
- enlever supprimer, modifier

Modified: openmairie_exemple/branches/om5_rad/install/om_setup_config.php
===================================================================
--- openmairie_exemple/branches/om5_rad/install/om_setup_config.php 2024-04-26 21:34:19 UTC (rev 4943)
+++ openmairie_exemple/branches/om5_rad/install/om_setup_config.php 2024-04-26 21:37:40 UTC (rev 4944)
@@ -360,7 +360,7 @@
requete("INSERT INTO ".SCHEMA.".om_droit (om_droit, libelle, om_profil) VALUES (nextval('".SCHEMA.".om_droit_seq'), 'om_tables', 1)",$con);
requete("INSERT INTO ".SCHEMA.".om_droit (om_droit, libelle, om_profil) VALUES (nextval('".SCHEMA.".om_droit_seq'), 'om_champs', 1)",$con);
requete("INSERT INTO ".SCHEMA.".om_droit (om_droit, libelle, om_profil) VALUES (nextval('".SCHEMA.".om_droit_seq'), 'om_contraintes', 1)",$con);
- requete("INSERT INTO ".SCHEMA.".om_droit (om_droit, libelle, om_profil) VALUES (nextval('".SCHEMA.".om_droit_seq'), 'om_view', 1)",$con);
+ requete("INSERT INTO ".SCHEMA.".om_droit (om_droit, libelle, om_profil) VALUES (nextval('".SCHEMA.".om_droit_seq'), 'om_vues', 1)",$con);

}
/* Fermeture de la connection */

Reply all
Reply to author
Forward
0 new messages