mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
Customer portal : Creating a request from services catalog now redirects to "on going requests" page
SVN:trunk[4135]
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
field_set: oFieldSet_{{ sFormIdSanitized }},
|
||||
submit_btn_selector: $('#{{ sFormId }}').parent().find('.form_btn_submit, .form_btn_transition'),
|
||||
cancel_btn_selector: $('#{{ sFormId }}').parent().find('.form_btn_cancel'),
|
||||
submit_url: {% if form.submit_callback is not null %}"{{ form.submit_callback }}"{% else %}null{% endif %},
|
||||
cancel_url: {% if form.cancel_callback is not null %}"{{ form.cancel_callback }}"{% else %}null{% endif %},
|
||||
submit_url: {% if form.submit_callback is not null %}"{{ form.submit_callback|raw }}"{% else %}null{% endif %},
|
||||
cancel_url: {% if form.cancel_callback is not null %}"{{ form.cancel_callback|raw }}"{% else %}null{% endif %},
|
||||
endpoint: "{{ form.renderer.GetEndpoint()|raw }}",
|
||||
is_modal: {% if tIsModal == true %}true{% else %}false{% endif %}
|
||||
});
|
||||
|
||||
@@ -1077,6 +1077,7 @@
|
||||
<rules>
|
||||
<rule id="contact-to-userrequest"/>
|
||||
<rule id="servicesubcategory-to-userrequest"/>
|
||||
<rule id="go-to-open-request-on-submit"/>
|
||||
</rules>
|
||||
</action>
|
||||
</actions>
|
||||
@@ -1472,6 +1473,11 @@
|
||||
<preset id="2">copy(service_id, service_id)</preset>
|
||||
</presets>
|
||||
</action_rule>
|
||||
<action_rule id="go-to-open-request-on-submit">
|
||||
<submit xsi:type="goto">
|
||||
<brick>ongoing-tickets-for-portal-user</brick>
|
||||
</submit>
|
||||
</action_rule>
|
||||
</action_rules>
|
||||
</module_design>
|
||||
</module_designs>
|
||||
|
||||
Reference in New Issue
Block a user