million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Fix create Conduit submit #117

Closed kavithaii closed 4 years ago

kavithaii commented 4 years ago

Create Conduit action stays in same page (stays in Create Conduit form). The control is not going back to List Conduit page.

Steps to reproduce

  1. Login to the Conduits application
  2. Click + to add a new conduit
  3. Fill all the fields in the Conduit form
  4. Click Submit
  5. You can see the user control stays in same page(Create Conduit)
  6. By default the user control has to go to List Conduits page.
  7. I have verified the back end functionality, record gets created for Create Conduit.
  8. The existing app is displaying the newly created Conduits.
  9. To view newly created Conduit in Ionic app, I have to click back button on browser and click refresh

Screenshots for reference Before adding a new Conduit image

Fill the form Create Conduit image

I clicked twice the Submit button on Create Conduit form Click back button on browser image

Click refresh on the List Conduit page - Multiple records added to the same Create Conduit data image

Existing Conduit application image

Database records image