mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) broken notifications if slot cancelled
This commit is contained in:
parent
00d841e2c6
commit
ed4295b847
@ -17,6 +17,7 @@
|
||||
- Fix a bug: providing an array of attributes to filter OpenApi data, results in error
|
||||
- Fix a bug: unable to manage stocks on new products
|
||||
- Fix a bug: unsupported param[] syntax in OpenAPI
|
||||
- Fix a bug: unable to access in-system notifications if a slot was cancelled
|
||||
- Updated react-modal to 3.16.1
|
||||
- Updated tiptap editor and its dependencies to 2.0.0-beta.204
|
||||
- [TODO DEPLOY] `rails db:seed`
|
||||
|
@ -3,4 +3,4 @@
|
||||
json.title notification.notification_type
|
||||
json.description t('.your_reservation_RESERVABLE_of_DATE_was_successfully_cancelled',
|
||||
RESERVABLE: notification.attached_object&.reservation&.reservable&.name,
|
||||
DATE: I18n.l(notification.attached_object&.start_at, format: :long))
|
||||
DATE: I18n.l(notification.attached_object&.slot&.start_at, format: :long))
|
||||
|
Loading…
x
Reference in New Issue
Block a user