Actions
Bug #6816
closedNotification asset prefix wildcard in wrong place
Description
The notification asset prefix of notification.USER_ID is supposed to be a prefix to an existing asset. So for example if the asset is photo.3 then the notification asset is notification.42.photo.3. The query however is currently doing notification.USER_ID% and it should be notification.user_id.%.
Actions