aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar/month.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-06 01:09:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-05-18 00:21:42 +0200
commitfeebf252b4a51467863ccba5d25b180548f79ef2 (patch)
treee91f6c66db75d4894d2c053a5d84d517716aff65 /module/calp/html/view/calendar/month.scm
parentPossibly marginally improve tests. (diff)
downloadcalp-uid-stuff.tar.gz
calp-uid-stuff.tar.xz
Diffstat (limited to 'module/calp/html/view/calendar/month.scm')
-rw-r--r--module/calp/html/view/calendar/month.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/html/view/calendar/month.scm b/module/calp/html/view/calendar/month.scm
index 2b4c888a..b5328571 100644
--- a/module/calp/html/view/calendar/month.scm
+++ b/module/calp/html/view/calendar/month.scm
@@ -11,7 +11,7 @@
:select (really-long-event?
events-between))
:use-module ((calp html vcomponent)
- :select (make-block output-uid))
+ :select (make-block))
:use-module ((vcomponent util group)
:select (group-stream get-groups-between))
)
@@ -83,7 +83,7 @@
(events-between pre-start post-end events))
`(popup-element
(@ (class "vevent")
- (data-uid ,(output-uid event)))))
+ (data-uid ,(prop event 'UID)))))
(template
(@ (id "vevent-block"))