snax4a / service-quotes-web

Service Quotes React.js web app
service-quotes-web.vercel.app
0 stars 0 forks source link

Empty page when Customer attempts to access not owned service edit form #41

Closed SKVetr closed 3 years ago

SKVetr commented 3 years ago

What are the steps to reproduce this issue?

  1. Log in on customer account
  2. Attempt to access not owned service request edit page via direct URL

What happens?

An empty page is displayed.

What were you expecting to happen?

Not found page. Or redirect to list page.

Notes?

Example URL for default customer: /service-requests/e042fe97-80bc-4115-8b59-c89831bc49d7/edit

SKVetr commented 3 years ago

Fix Verified. Information is displayed when accessing Edit form of now owned service request. Edit form not broken for owned service requests. Create form not broken.