205 |
-- Ajout des droits sur l'objet consultation_encours |
-- Ajout des droits sur l'objet consultation_encours |
206 |
-- |
-- |
207 |
|
|
|
INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_encours', 2); |
|
208 |
|
|
209 |
INSERT INTO om_widget VALUES (1, 1, 'Retours de consultations', '../scr/tab.php?obj=consultation_encours', '<script type=''text/javascript''> |
INSERT INTO om_widget VALUES (1, 1, 'Retours de consultations', '../scr/tab.php?obj=consultation_mes_retours', '<script type=''text/javascript''> |
210 |
$.ajax({ |
$.ajax({ |
211 |
type: ''GET'', |
type: ''GET'', |
212 |
url:''../app/get_num_consult.php'', |
url:''../app/get_num_consult.php'', |
227 |
INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'lien_service_service_categorie', '4'); |
INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'lien_service_service_categorie', '4'); |
228 |
|
|
229 |
ALTER TABLE consultation ALTER service SET NOT NULL; |
ALTER TABLE consultation ALTER service SET NOT NULL; |
230 |
|
ALTER TABLE dossier ADD COLUMN enjeu boolean; |
231 |
|
INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_mes_retours', 4); |
232 |
|
INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_tous_retours', 4); |