You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
question about the decisions made in the repository
question about how to use this project
Summary
PATCH /v1/widgets/preferences/<workflow-id> stopped returning the tags property for the template object in the response.
This is observed on the current Novu Cloud deployment, and was first observed on 2024 Nov 19
This change, when combined with:
the v0.24.2 React notification component
using workflow tags for filtering via the preferenceFilter prop of the NotificationCenter
Can cause entries to disappear from the preferences pane immediately after toggling a preference.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
Root cause seems to be that the template object is now formed here, but does not set the tags property. Introduced in #6889
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Summary
PATCH /v1/widgets/preferences/<workflow-id>
stopped returning thetags
property for thetemplate
object in the response.This is observed on the current Novu Cloud deployment, and was first observed on 2024 Nov 19
This change, when combined with:
preferenceFilter
prop of the NotificationCenterCan cause entries to disappear from the preferences pane immediately after toggling a preference.
Root cause seems to be that the
template
object is now formed here, but does not set thetags
property. Introduced in #6889The text was updated successfully, but these errors were encountered: