Změny dokumentu PG WIKI.cz
Naposledy upravil David Brazda 06.04.2021 14:37
Popis verze:
Smazaný objekt
Přehled
-
Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Obsah
-
... ... @@ -1,12 +1,21 @@ 1 1 Úvodní stránka nové oblasti. 2 2 3 +Eventy: 3 3 {{velocity}} 4 -1$services.notification.watch.isEnabled() 5 -2$services.notification.preferences.hasAnyEnabledNotificationPreferences() 6 -3$services.notification.watch.isLocationWatchedWithAllEventTypes($scope) 5 +#set ($query = $services.query.hql("order by event.date desc").setLimit(30)) 6 +#set ($events = $services.component.getInstance('org.xwiki.eventstream.EventStream').searchEvents($query)) 7 +#foreach ($event in $events) 8 + * $event 9 +#end 10 +{{/velocity}} 7 7 8 -'document': $services.notification.watch.isLocationWatched($doc) 9 -'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference), 10 -'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference) 11 11 12 -{{/velocity}} 13 +Upravena uvodni stranka. 14 +services.notification.watch. 15 +{{velocity}}isEnabled $services.notification.watch.isEnabled() 16 +hasAnyEnabledNotificationPreferences $services.notification.preferences.hasAnyEnabledNotificationPreferences() 17 +isLocationWatchedWithAllEventTypes $services.notification.watch.isLocationWatchedWithAllEventTypes($doc) 18 +isLocationWatched $services.notification.watch.isLocationWatched($doc.documentReference) 19 +## doc: $services.notification.watch.isLocationWatched($doc.documentReference) 20 +##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference), 21 +##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference){{/velocity}}