File tree Expand file tree Collapse file tree
src/components/Editor/FreeBusy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 </tr >
3535 </table >
3636 <div >
37- <div v-for = " room in rooms " :key = " room.id " class = " rooms " >
38- < RoomIcon :size = " 20 " />
39- {{ room.displayname }}
40- < NcButton class = " rooms__availability "
41- @click = " openRoomAvailability(room) " >
42- {{ t(' calendar', 'Check room availability') }}
43- </ NcButton >
44- </ div >
37+ <RoomAvailabilityModal v-if = " showRoomAvailabilityModal "
38+ :show = " showRoomAvailabilityModal "
39+ :start-date = " calendarObjectInstance.startDate "
40+ :end-date = " calendarObjectInstance.endDate "
41+ :rooms = " selectedRooms "
42+ : calendar-object-instance = " calendarObjectInstance "
43+ :organizer = " currentUserPrincipalAsAttendee "
44+ @close = " closeFreeBusy " / >
4545 </div >
46- <RoomAvailabilityModal v-if =" showRoomAvailabilityModal"
47- :show =" showRoomAvailabilityModal"
48- :start-date =" calendarObjectInstance.startDate"
49- :end-date =" calendarObjectInstance.endDate"
50- :rooms =" selectedRooms"
51- :calendar-object-instance =" calendarObjectInstance"
52- :organizer =" currentUserPrincipalAsAttendee"
53- @close =" closeFreeBusy" />
5446 </div >
5547 </NcDialog >
5648</template >
You can’t perform that action at this time.
0 commit comments