Open GoogleCodeExporter opened 9 years ago
Original comment by fireproofsocks
on 9 Jul 2012 at 5:16
"Tables" could be also called "Field Sets".
Original comment by ever...@fireproofsocks.com
on 4 Sep 2012 at 4:59
Issue 419 has been merged into this issue.
Original comment by ever...@fireproofsocks.com
on 7 Oct 2012 at 4:09
Attached is a field that associated some meta-data with the relation post ID.
Original comment by ever...@fireproofsocks.com
on 31 Dec 2012 at 7:10
Attachments:
Thinking more about this... Implementing "Field Groups" would accomplish this:
you'd group together a relation field and some others (text, dropdown, etc.).
It accomplishes the same idea as a join table, but the data structure is
simpler -- all values could live in the postmeta table just as if you had
manually added them.
Advantages: Using Field Groups would streamline the adding/removal of multiple
fields to a post-type. The data structure is simpler -- you could use
get_custom_field() and print_custom_field() exactly as before. No special
output filters would be required.
Disadvantages: You would have to test to avoid double-adding: if text_field_X
was already associated with a post-type, then you could not add field_group_Y
to the post-type if text_field_X was a member of the group, lest you end up
with 2 competing field elements.
The "Table" field might be deserving of its own data json structure and an
output filter... but nobody has requested that functionality...
I wonder if it would make sense to offer additional formatting options to
fields if they were members of a group.
Original comment by ever...@fireproofsocks.com
on 1 Jan 2013 at 6:50
The one extra bit here is when a group of fields becomes repeatable -- that
would change the storage structure.
Original comment by ever...@fireproofsocks.com
on 27 Feb 2013 at 4:46
0.9.7.5: added RelationMeta field. Field groups are going to be a similar
beast.
Original comment by ever...@fireproofsocks.com
on 15 May 2013 at 5:59
Have there been any update on this? Interested in repeatable fieldset or Table
fields.
Original comment by corewebd...@gmail.com
on 6 Mar 2015 at 6:42
The RelationMeta field is probably as close as it will get for a while.
Original comment by ever...@fireproofsocks.com
on 6 Mar 2015 at 2:53
Original issue reported on code.google.com by
ever...@fireproofsocks.com
on 29 Jun 2012 at 3:32