Open NohaShetta opened 7 years ago
I am sure that i fixed that issue but for some reason it didn't get updated in github repo!! So the problem is in the following files: CinemasReview.html, ConcertsReview.html EscapeRoomsReview.html, FightsReviews.html KoraReviews.html, TheatreReviews.html TrampolineReviews.html
just change < div ng-if="isLoggedIn && isUser" > by < div ng-show="isLoggedIn && isUser" >
1: Severity: medium
2:Reported by: Noha Shetta
3: Description: when the user adds a review, no message is displayed whether the review is added or not. And when the service provider tries to reply to reviews there are no reviews to reply to which means that the review was not added. Also when the user (whether logged in or not) views all the reviews of the category no reviews appear.
4:Steps: 1-- log in as a user, open category, click view reviews, and add a review. 2-- log in as a service provider, click reply to reviews to find out that there are no reviews. 3-- log in as a user, click view reviews, no reviews appear.
5:Expected Results: that the reviews are added and if not added an error message is displayed.