Zdrojový kód wiki New Index Page
Version 15.1 by David Brazda on 17.12.2020 13:29
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Úvodní stránka nové oblasti. | ||
2 | |||
3 | {{velocity}} | ||
4 | 1$services.notification.watch.isEnabled() | ||
5 | 2$services.notification.preferences.hasAnyEnabledNotificationPreferences() | ||
6 | 3$services.notification.watch.isLocationWatchedWithAllEventTypes($scope) | ||
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 | {{/velocity}} |