You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior:
The Portal doesn't allow one to modify the ratings & reviews already made. Currently due to Exception Handling, the SQLIntegrityConstraintViolationException is handled gracefully.
Required Behavior:
Subscriber Must be allowed to modify or edit the Ratings & Reviews
Important Info:
The Servlet file: WEB-INF/classes/reviewSubmitServlet.java handles this functionality & need modifications.
The text was updated successfully, but these errors were encountered:
Current Behavior:
The Portal doesn't allow one to modify the ratings & reviews already made. Currently due to Exception Handling, the
SQLIntegrityConstraintViolationException
is handled gracefully.Required Behavior:
Subscriber Must be allowed to modify or edit the Ratings & Reviews
Important Info:
The Servlet file:
WEB-INF/classes/reviewSubmitServlet.java
handles this functionality & need modifications.The text was updated successfully, but these errors were encountered: