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: (2 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Autor dokumentu
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.DavidBrazda1 +XWiki.PetrPaklic - Obsah
-
... ... @@ -1,12 +1,14 @@ 1 1 Úvodní stránka nové oblasti. 2 2 3 +Upravena uvodni stranka. 4 +services.notification.watch. 3 3 {{velocity}} 4 -1$services.notification.watch.isEnabled() 5 -2$services.notification.preferences.hasAnyEnabledNotificationPreferences() 6 -3$services.notification.watch.isLocationWatchedWithAllEventTypes($scope) 6 +isEnabled $services.notification.watch.isEnabled() 7 +hasAnyEnabledNotificationPreferences $services.notification.preferences.hasAnyEnabledNotificationPreferences() 8 +isLocationWatchedWithAllEventTypes $services.notification.watch.isLocationWatchedWithAllEventTypes($doc) 9 +isLocationWatched $services.notification.watch.isLocationWatched($doc.documentReference) 10 +## doc: $services.notification.watch.isLocationWatched($doc.documentReference) 11 +##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference), 12 +##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference) 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 - 12 12 {{/velocity}}