2025-05-14 21:45:16 +02:00
..
2025-05-14 21:45:16 +02:00
2025-05-14 21:45:16 +02:00
2025-05-14 21:45:16 +02:00
2025-05-14 21:45:16 +02:00
2025-05-14 21:45:16 +02:00

module-booking

CONFIGURATION

  • Add the component in the project components
export enum BookingsRessourceEnum {
    workspaces = 'workspaces',
}
registerEnumType(BookingsRessourceEnum, {
    name: 'BookingsRessourceEnum',
});

  • Register resolver for the different ressources. In src create a bookings folder with a bookingFieldResolver

  • Import BookingEngineResolver and the field Revolver of your project

TODO

-- On edit verify ownership