Actions
Anomalie #4548
fermé[WDOC] Erreur lorsqu'une transition/état contient ::
Début:
26/02/2014
Echéance:
% réalisé:
100%
Temps estimé:
2:00 h
Version source:
Solution proposée:
Les valeurs d'option ne peuvent contenir de ':'. Lors de la création des attributs masque et cv, timer, mail .Cela provoque l'erreur car l'option de création propose le titre de l'état.
Il faut remplacer les ':' par un espace dans ces différentes options.
Le titre n'est qu'une proposition, à la charge de créateur de modifier le titre.
Principaux fichiers impactés:
WDoc::createProfileAttribute()
Complexité:
Contrôle:
Thème:
Workflow
Régression:
Description
En JS dans une alert sur la page :
creation option syntax error:dmdc_mskiddemande_prestation__e1 [{autoclose:"yes",msk_famid:wf_famid,ba_title:"demande_prestation::E1"}]
---------
creation option syntax error:dmdc_cviddemande_prestation__e1 [{autoclose:"yes",cv_famid:wf_famid,ba_title:"demande_prestation::E1"}]
---------
creation option syntax error:dmdc_tmiddemande_prestation__e1 [{autoclose:"yes",tm_family:wf_famid,tm_workflow:fromid,tm_title:"demande_prestation::E1"}]
---------
creation option syntax error:dmdc_mskiddemande_prestation__e2 [{autoclose:"yes",msk_famid:wf_famid,ba_title:"demande_prestation::E2"}]
---------
creation option syntax error:dmdc_cviddemande_prestation__e2 [{autoclose:"yes",cv_famid:wf_famid,ba_title:"demande_prestation::E2"}]
---------
creation option syntax error:dmdc_tmiddemande_prestation__e2 [{autoclose:"yes",tm_family:wf_famid,tm_workflow:fromid,tm_title:"demande_prestation::E2"}]
---------
creation option syntax error:dmdc_mskiddemande_prestation__e3 [{autoclose:"yes",msk_famid:wf_famid,ba_title:"demande_prestation::E3"}]
---------
creation option syntax error:dmdc_cviddemande_prestation__e3 [{autoclose:"yes",cv_famid:wf_famid,ba_title:"demande_prestation::E3"}]
---------
creation option syntax error:dmdc_tmiddemande_prestation__e3 [{autoclose:"yes",tm_family:wf_famid,tm_workflow:fromid,tm_title:"demande_prestation::E3"}]
---------
creation option syntax error:dmdc_mskiddemande_prestation__e4 [{autoclose:"yes",msk_famid:wf_famid,ba_title:"demande_prestation::E4"}]
---------
creation option syntax error:dmdc_cviddemande_prestation__e4 [{autoclose:"yes",cv_famid:wf_famid,ba_title:"demande_prestation::E4"}]
...
Actions