collective / wildcard.pfg.stripe

0 stars 0 forks source link

Iterate a folder for the metadata selection field #1

Open senner opened 9 years ago

senner commented 9 years ago

On the edit Stripe field on the new select widget for metadata to send, it won't iterate a "Folder" of fields, only the parent.

vangheem commented 9 years ago

For instance, fieldset folders.

vangheem commented 9 years ago

There might be a magic method on the PFG object to automatically get all the fields on the form regardless of where there are(folders, etc) too.

davisagli commented 9 years ago

FWIW, fieldset folders are deprecated in PloneFormGen because there were a lot of bugs similar to this one. Instead you can add fieldset start/end markers within the main form folder, and keep a flat list of fields.

vangheem commented 9 years ago

@davisagli yes, I know :) We're just trying to give @jdmartens a nice easy noob-friendly plone task to work on :)

davisagli commented 9 years ago

Then by all means, carry on! :+1: