Skip to content

Commit

Permalink
Multiple Class Setup: Room-related Columns
Browse files Browse the repository at this point in the history
- in order to be consistent with the Instructional Offering Configuration page, the order of the room-related columns changed to be: Nbr Rooms, Splt Attd, Room Ratio
  - instead of Room Ratio, Nbr Rooms, and Splt Attd
  • Loading branch information
tomas-muller committed Nov 15, 2024
1 parent 823d29d commit 183051b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ public static enum ClassSetupColumn {
LIMIT,
CANCELLED,
SNAPSHOT,
ROOM_RATIO,
NBR_ROOMS,
SPLIT_ATTENDANCE,
ROOM_RATIO,
DEPARTMENT,
DATE_PATTERN,
LMS,
Expand Down
8 changes: 8 additions & 0 deletions WebContent/help/Release-Notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<line>Consider room partitions when checking room availability (other non-class events).</line>
</description>
</item>
<item>
<name>Multiple Class Setup: Room-related Columns</name>
<description>
<line>In order to be consistent with the Instructional Offering Configuration page, the order of the room-related columns changed to be: Nbr Rooms, Splt Attd, and Room Ratio.
<line>Instead of Room Ratio, Nbr Rooms, and Splt Attd.</line>
</line>
</description>
</item>
<item>
<name>Course Timetabling Solver: Optimization</name>
<description>
Expand Down

0 comments on commit 183051b

Please sign in to comment.