How to reset or set the acknowledge of the announcement message?

My environment have an announcement file which has been ack by end users. how to reset this so that the message can appear again ?
Thank you

The docs for the new announcements features can be seen here:
https://osc.github.io/ood-documentation/latest/customizations.html#announcements

The key thing to note would be the announcement dismissible feature defaults
to true but if you are using a .yml file and set a key of dismissible: false
this prevents the user from being able to ack and dismiss the announcement.

1 Like

Any change to the content will generate a new announcement. I made sure the unique identifier for any notification is the checksum of it’s content (mostly so I can reuse the same filename over and over). So adding something trivial like a new space or comma here or there should be recognized as a new announcement.

Thanks both for your answers, problem solved for me.

Another solution if you use YAML configuration for the announcement, there is an optional parameter named id. If the id value changes, the announcement will appear again.

id: 001-2025-02
msg: This is my announcement