From 7a383945efb5c87536e119115e3ca53b7d822f40 Mon Sep 17 00:00:00 2001 From: Alain Horner Date: Fri, 22 Feb 2013 17:26:36 +0100 Subject: [PATCH] updated todos --- Admin/SlideshowAdmin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin/SlideshowAdmin.php b/Admin/SlideshowAdmin.php index ffe34e85..937966a0 100644 --- a/Admin/SlideshowAdmin.php +++ b/Admin/SlideshowAdmin.php @@ -56,6 +56,7 @@ public function onPostBind(FormEvent $event) } } - // TODO: Deletion doesn't work yet + // TODO: Deletion doesn't work yet -> do we need to manually delete? + // TODO: Add doesn't work yet -> problem related to http://www.doctrine-project.org/jira/browse/PHPCR-98 ? }