BEMADEV/Room-Management

HTML <b> tag is never closed for conflict alert messages

Closed this issue · 0 comments

Please go through all the tasks below

  • Check this box only after you have successfully completed both the above tasks

Please provide a brief description of the problem. Please do not forget to attach the relevant screenshots from your side.

Whenever a conflict alert is displayed on the screen, the entire page below the alert becomes bold.

image

It looks like the <b> tags on lines 260 and 264 of com.bemaservices.RoomManagement/Model/ReservationService.cs never have matching </b> tags appended.

Expected Behavior

The HTML in the alert message should be properly closed within the message, and should not affect the rest of the page.

Actual Behavior

There is a starting <b> tag at the beginning of the message, but there is no closing </b> tag.

Steps to Reproduce

  1. Create a new reservation
  2. Add a resource to the reservation with a quantity higher than what's available
  3. Save the reservation
  4. Notice that the entire page after the alert message is now bold

Rock Version

15.4 & 16.3

Plugin Version

2.4.1.14 & 2.5.3.14

Client Culture Setting

en-US