Catalog item generates warning "(g_form) [NOACTION] Could not find UI Action: submit" when trying to submitDescriptionCatalog item is throwing the warning "(g_form) [NOACTION] Could not find UI Action: submit" when trying to submit.Steps to Reproduce 1. Navigate to any catalog item in Service Portal.2. Open your browser console.3. Click on "Order Now". Notice the warning "(g_form) [NOACTION] Could not find UI Action: submit".WorkaroundThis is a harmless warning and does not affect the functionality. It is due to using g_form.submit without any UI Action passed to it for the variables (mandatory, etc) validation. Although the submit method expects a UI Action, the required process is done by the server side script after the submitted event is raised. After carefully considering the severity and frequency of the issue, and risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make this decision lightly, and we apologize for any inconvenience. Related Problem: PRB1322313