aabarmin / epam-microservices-training-2022

Apache License 2.0
14 stars 15 forks source link

[bug] Redirect after save on the Edit Symptom page in monolithic-layered app #10

Closed naXa777 closed 12 months ago

naXa777 commented 1 year ago

Steps

cd .\monolithic\monolithic-layered\
mvn spring-boot:run

Navigate to http://localhost:8080/symptoms/1

Click "Save"

Demo

https://github.com/aabarmin/epam-microservices-training-2022/assets/3858548/5a54c364-4716-4110-8307-cb8b5b6f7a48

Expected Result

Do not show "redirect:/symptoms" text to user. Show the Symptoms Page.

naXa777 commented 1 year ago

Hint: only the Edit Symptom page is affected by #10. So take a look at how it works in Edit Disease page or Edit Pharmacy page, and find a difference which causes the bug.

youngInnovator commented 1 year ago

Kindly assign this bug to me.

aabarmin commented 1 year ago

Sure @youngInnovator, please go ahead with it!

youngInnovator commented 1 year ago

Implemented in #18

aabarmin commented 1 year ago

Thank you @youngInnovator, will have a look at your PR shortly.