mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
doc / upgrade: fix customAction/customSearchAction new URLs
This commit is contained in:
parent
4ef0a8fb30
commit
50c06500e6
1 changed files with 4 additions and 4 deletions
|
@ -425,11 +425,11 @@ new Request({url: 'ajax/addon/asterisk/LSasterisk_make_call', data: data, onSucc
|
||||||
<para>
|
<para>
|
||||||
<literal>custom_action.php</literal> :
|
<literal>custom_action.php</literal> :
|
||||||
<literal>custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction</literal> devient
|
<literal>custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction</literal> devient
|
||||||
<literal>object/LSpeople/$dn/custom_action/$customAction</literal>
|
<literal>object/LSpeople/$dn/customAction/$customAction</literal>
|
||||||
</para>
|
</para>
|
||||||
<para>Avec validation :
|
<para>Avec validation :
|
||||||
<literal>custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction&valid</literal> devient
|
<literal>custom_action.php?LSobject=LSpeople&dn=$dn&customAction=$customAction&valid</literal> devient
|
||||||
<literal>object/LSpeople/$dn/custom_action/$customAction?valid</literal>
|
<literal>object/LSpeople/$dn/customAction/$customAction?valid</literal>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -437,11 +437,11 @@ new Request({url: 'ajax/addon/asterisk/LSasterisk_make_call', data: data, onSucc
|
||||||
<para>
|
<para>
|
||||||
<literal>custom_search_action.php</literal> :
|
<literal>custom_search_action.php</literal> :
|
||||||
<literal>custom_search_action.php?LSobject=LSpeople&customAction=$customAction</literal>
|
<literal>custom_search_action.php?LSobject=LSpeople&customAction=$customAction</literal>
|
||||||
devient <literal>object/LSpeople/custom_action/$customAction</literal>
|
devient <literal>object/LSpeople/customAction/$customAction</literal>
|
||||||
</para>
|
</para>
|
||||||
<para>Avec validation :
|
<para>Avec validation :
|
||||||
<literal>custom_search_action.php?LSobject=LSpeople&customAction=$customAction&valid</literal>
|
<literal>custom_search_action.php?LSobject=LSpeople&customAction=$customAction&valid</literal>
|
||||||
devient <literal>object/LSpeople/custom_action/$customAction?valid</literal>
|
devient <literal>object/LSpeople/customAction/$customAction?valid</literal>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue