From 83d3aea34305bcca39d6c3233bb7362e41035604 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 13 Jan 2012 15:48:02 +0000 Subject: apparently some required fields aren't --- lib/DeWeave/BO/Bookmark/Query.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/DeWeave/BO/Bookmark/Query.pm b/lib/DeWeave/BO/Bookmark/Query.pm index 356384c..d609031 100644 --- a/lib/DeWeave/BO/Bookmark/Query.pm +++ b/lib/DeWeave/BO/Bookmark/Query.pm @@ -7,10 +7,14 @@ extends 'DeWeave::BO::Bookmark::Bookmark'; has folderName => ( isa => Str, - required => 1, + required => 0, is => 'ro', ); +has '+title' => ( + required => 0, +); + has queryId => ( isa => Str, required => 0, -- cgit v1.2.3