Skip to content

Commit

Permalink
Fix salesagility#10511 - make correct redirect to Opportunity's Detai…
Browse files Browse the repository at this point in the history
…lView without extra data from submitted form
  • Loading branch information
mubat authored and ivan committed Sep 2, 2024
1 parent 504d6f0 commit 654a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Contacts/ContactOpportunityRelationshipEdit.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<input id="cancel_btn_48516" type="submit" name="button" class="button"
title="{APP.LBL_CANCEL_BUTTON_TITLE}"
accessKey="{APP.LBL_CANCEL_BUTTON_KEY}"
onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}'; this.form.record.value='{RETURN_ID}'"
onclick="window.location.href='index.php?module={RETURN_MODULE}&action={RETURN_ACTION}&record={RETURN_ID}';return false;"
value=" {APP.LBL_CANCEL_BUTTON_LABEL} "
/>
</td>
Expand Down

0 comments on commit 654a4d8

Please sign in to comment.