Open
Bug 1835948
Opened 2 years ago
Updated 1 year ago
Make `alert*` observer notifications include JSON data rather than just the `cookie` string
Categories
(Toolkit :: Alerts Service, enhancement)
Toolkit
Alerts Service
Tracking
()
NEW
People
(Reporter: nalexander, Unassigned)
References
Details
(Whiteboard: [fidedi-notifications])
Right now, the alert*
observer notifications use the data parameter for only the user-provided cookie
string. This ticket tracks making those observer notifications pass around stringified-JSON so that, for example, system-backend specific details can be included in alertshow
and button-specific details such as (in future) the corresponding action
can be included.
This is mostly mechanical but requires some care in execution.
Updated•2 years ago
|
Updated•2 years ago
|
Component: Notifications and Alerts → Alerts Service
You need to log in
before you can comment on or make changes to this bug.
Description
•