Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.2 M2
-
Fix Version/s: None
-
Component/s: Activity stream/Event Stream
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
XWIKI-7094 Add a parameter to exclude a list of authors XWIKI-6698 Be able to filter Activity Stream from the UI XWIKI-6679Allow Search to Exclude Spaces XWIKI-7679Separate Message Stream input from Activity Stream XWIKI-5794Activity Stream Still Blank XWIKI-7520Activity Stream performance regression XWIKI-7095 Add a parameter to hide a list of event types XWIKI-7090In a Xem farm, message / activity stream doesn't work XWIKI-177Wiki links incorrectly rendered in documents included from other space XWIKI-8493Unable to delete a message from the "Activity Stream" on IE8
Description
The reason it's been excluded is because the scheduler modifies the pages containing the job objects whenever a job is fired.
However excluding the whole scheduler space is wrong for several reasons:
- job pages could be located in other spaces and they won't be excluded (see
XASCH-56) - the scheduler home page or any other pages that are not job pages in the scheduler space should be visible in the activity stream
- in addition a change to a job should also be visible in the activity stream. It's only when the scheduler makes a trigger modification that we may want to not display it in the activity stream