# HG changeset patch # User Sylvain Thénault # Date 1248972746 -7200 # Node ID 4ed80b85a22ad581626cd319aec3c3e4e7d54dfe # Parent e033939d566424ff156aa94ad21cee2e8098121c [F delconf form] should give rset to select() diff -r e033939d5664 -r 4ed80b85a22a web/views/editforms.py --- a/web/views/editforms.py Thu Jul 30 18:51:44 2009 +0200 +++ b/web/views/editforms.py Thu Jul 30 18:52:26 2009 +0200 @@ -83,7 +83,8 @@ % _('this action is not reversible!')) # XXX above message should have style of a warning w(u'

%s

\n' % _('Do you want to delete the following element(s) ?')) - form = self.vreg.select('forms', 'composite', req, onsubmit=onsubmit) + form = self.vreg.select('forms', self.id, req, rset=self.rset, + onsubmit=onsubmit) w(u'