Groups
Groups
Sign in
Groups
Groups
weblocks
Conversations
About
Send feedback
Help
simpleform bug
8 views
Skip to first unread message
gas.hale
unread,
Apr 27, 2011, 5:29:06 PM
4/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weblocks
Hi,
I found a bug in simpleform. The problem is in the dependencies
methods.
It can be fixed in the following way:
(defmethod dependencies append ((obj dataform))
(dependencies
(case (dataform-ui-state obj)
(:form (dataform-form-view obj))
(:data (dataform-data-view obj)))))
(defmethod dependencies append ((obj simpleform))
(dependencies
(case (dataform-ui-state obj)
(:success (simpleform-success-widget obj)))))
Thanks,
Alessandro
Leslie P. Polzer
unread,
Apr 28, 2011, 3:48:18 AM
4/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webl...@googlegroups.com
Hi and welcome,
please submit patches (best using "hg export") for your
simpleform fixes.
Leslie
Reply all
Reply to author
Forward
0 new messages