Unable to submit a record producer and it is stuck at "Submitting ..." in Service PortalIssue After upgrading instance to Paris, customer noticed that the record producer on Service Portal is not submitting anymore. When they click 'Submit' it shows "Submitting...", but nothing really happens. Customer uses a "producer.portal_redirect" in the record producer script & customer uses OOTB widget "SC Catalog Item". Steps to Reproduce Open the Record Producer in Service PortalSubmit the Record ProducerThere is a "Submitting" message appears next to the Submit button but system doesn't redirect or reload the page. Workaround There is a new logic has been added in the SC Catalog item widget in Paris version. You can see it in the client controller logic of the widget codes (from 977 to 979). This new logic will prevent the browser to redirect to exactly the same URL.if (isPortalURL(redirectUrl))$location.search(getQueryParams(redirectUrl))elseYou can clone the OOTB SC Catalog item widget and comment out the codes (from 977 to 979). Then you can then use this new widget (in sc_cat_item page) and it would refresh the page like the way it worked in previous release.