Current Flow:
After a manual booking is created in Room Allocation, the system is designed to automatically open a new browser tab that leads to the booking details page.
Some problems faced
The browser blocks the automatic opening of the new tab due to its security settings.
As a result, the new tab does not open as expected, and the user must manually approve or allow the action (by clicking 'Approve' or 'Give Permission') in order for the new tab to appear.
Additional Notes:
This behavior is part of browser security protocols, which prevent websites from opening new tabs/windows automatically without a direct user interaction.