← Back to team overview

mahara-contributors team mailing list archive

[Bug 1181966] Re: Nested Pieform fieldsets

 

** Description changed:

+ Currently, you can't nest "fieldset" elements in Pieform. That is to
+ say, fieldset will accept any type of element inside itself except for
+ another fieldset.
+ 
  While working on the ldapsync plugin, I occasionally found that it would
- have been nice to be able to nest PieForms fieldset elements.
+ have been nice to be able to nest PieForms fieldset elements. So I'm
+ proposing it here.
+ 
+ I've also noticed that not all of the methods of the fieldset's child
+ elements get called. So, I'd also like to propose making fieldset more
+ transparent, so that for each applicable pieforms api function, it will
+ loop through its child elements and call their api function.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1181966

Title:
  Nested Pieform fieldsets

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Currently, you can't nest "fieldset" elements in Pieform. That is to
  say, fieldset will accept any type of element inside itself except for
  another fieldset.

  While working on the ldapsync plugin, I occasionally found that it
  would have been nice to be able to nest PieForms fieldset elements. So
  I'm proposing it here.

  I've also noticed that not all of the methods of the fieldset's child
  elements get called. So, I'd also like to propose making fieldset more
  transparent, so that for each applicable pieforms api function, it
  will loop through its child elements and call their api function.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1181966/+subscriptions


References