Hours of Operation Always Displays All Closed Tooltip

Bug #2042962 reported by Steven Mayo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Medium
Unassigned

Bug Description

Administration -> Server Administration -> Organizational Units -> /Any Org Unit/ -> Hours of Operation

Always displays the tooltip and shows the code that is supposed to hide the tooltip.

This is due to a typo in the html made while resolving merge conflicts for https://bugs.launchpad.net/evergreen/+bug/1944601.

In /Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html
around lines 118 ~ 119

<div class="alert alert-warning mr-2 p-1">
  *ngIf="allClosed() && hasClosedDatePerms">

Should be

<div class="alert alert-warning mr-2 p-1"
  *ngIf="allClosed() && hasClosedDatePerms">

Steven Mayo (stmayo)
tags: added: bitesize server-admin
tags: added: admin-pages
removed: server-admin
Revision history for this message
Steven Mayo (stmayo) wrote :

This is only a problem on 3_10

Revision history for this message
Steven Mayo (stmayo) wrote :
tags: added: pullrequest
Changed in evergreen:
milestone: none → 3.10.4
Changed in evergreen:
assignee: nobody → Terran McCanna (tmccanna)
Revision history for this message
Terran McCanna (tmccanna) wrote :

Even though Steven is from my organization, I went ahead pushed this fix to 3_10 because it is just a single character that shouldn't have made it there in the first place.

Changed in evergreen:
importance: Undecided → Medium
status: New → Fix Committed
assignee: Terran McCanna (tmccanna) → nobody
tags: added: signedoff
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.