Commit 7e49f997 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_administration: Implement RSS notification for Activity Failures

   This aims to allow the admin know if there is or not an activity failure on ERP5.

   It outputs at most one entry if there is at least one activity failure, based on the standard sort, (which consider priority and date) and using uid as guid, if provides a stable output even if other activities fail later on (so we dont have a flickeing output).

   DateTime.earliestTime is used to refresh dates daily (leading to new entry on most of rss readers) and to not expose when the activity was created,

   This requires no authentication.
parent 041fed96
Pipeline #39203 passed with stage
in 0 seconds