diff --git a/doc/upgrade/upgrade.docbook b/doc/upgrade/upgrade.docbook index 7269e628..e1245f60 100644 --- a/doc/upgrade/upgrade.docbook +++ b/doc/upgrade/upgrade.docbook @@ -425,11 +425,11 @@ new Request({url: 'ajax/addon/asterisk/LSasterisk_make_call', data: data, onSucc custom_action.php : custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction devient - object/LSpeople/$dn/custom_action/$customAction + object/LSpeople/$dn/customAction/$customAction Avec validation : custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction&valid devient - object/LSpeople/$dn/custom_action/$customAction?valid + object/LSpeople/$dn/customAction/$customAction?valid @@ -437,11 +437,11 @@ new Request({url: 'ajax/addon/asterisk/LSasterisk_make_call', data: data, onSucc custom_search_action.php : custom_search_action.php?LSobject=LSpeople&customAction=$customAction - devient object/LSpeople/custom_action/$customAction + devient object/LSpeople/customAction/$customAction Avec validation : custom_search_action.php?LSobject=LSpeople&customAction=$customAction&valid - devient object/LSpeople/custom_action/$customAction?valid + devient object/LSpeople/customAction/$customAction?valid