From ca54f439e92166c2b78fb4a0929d185e9de720d4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 19 Jan 2011 14:54:50 -0800 Subject: [PATCH] Document how skipNotification is handled by the Aspect. --- lib/WebGUI/AssetAspect/Subscribable.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetAspect/Subscribable.pm b/lib/WebGUI/AssetAspect/Subscribable.pm index 3fee842f6..909f5940d 100644 --- a/lib/WebGUI/AssetAspect/Subscribable.pm +++ b/lib/WebGUI/AssetAspect/Subscribable.pm @@ -78,7 +78,8 @@ sub duplicate { =head2 addRevision ( properties [, revisionDate, options ] ) -Override addRevision to set skipNotification to 0 for each new revision. +Override addRevision to set skipNotification to 0 for each new revision. This preserves whether or +not a notification was sent for the previous revision. =cut