I know this is somewhat contrary to another bug however, fieldsets need multiple values. Let me explain. There are cases like with postal, or webform pay where they collapse fields together. Those fields should be able to be pulled out individually from the view. They could also have relationships based on those individual field label as well.

Comments

theoracleprodigy’s picture

Let me clarify this a little bit. I realize the fieldset itself doesn't need a value. Its more or less the fields in the fieldset, like with webform pay and postal. I am pretty sure that came through on the request but just wanted to make sure.

cafuego’s picture

Version: 6.x-1.2 » 6.x-2.x-dev
Status: Active » Needs review

I'm not entirely sure what you mean, but I noticed that the query that generates views errors out if you have two fieldsets that each contain a field with the same key.

I had a local patch for that, which generates unique internal key names in the mysql view query. That patch is in the 6.x-2.x branch. Please have a play with that and see how you go.