Actions
Bug #6816
closedNotification asset prefix wildcard in wrong place
Bug #6816:
Notification 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.%.
Updated by krileon about 8 years ago
- Target version changed from 862 to 4.1.0
Updated by krileon about 8 years ago
- Status changed from Resolved to Closed
Actions