Comment 3 for bug 1397128

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4048
Committed: http://gitorious.org/mahara/mahara/commit/e8f546e70e1c6a589840580177f6bccfe917f99d
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit e8f546e70e1c6a589840580177f6bccfe917f99d
Author: Robert Lyon <email address hidden>
Date: Fri Nov 28 14:06:19 2014 +1300

Change webservice config to not have nested Pieforms (Bug #1397128)

The webservices config had a parent Pieform without <form> tags,
which was used solely for layout. Inside this it nested other Pieforms.
This caused problems due to the nested forms (fieldsets and legends
didn't work properly).

This patch replaces the parent Pieform with a Dwoo template to avoid
those problems.

Change-Id: Ic5b8fa935f403e1002669efa315627f110bcdcc3
Signed-off-by: Robert Lyon <email address hidden>