Replies: 7 comments
-
You can set your relationships between two Pods as Bidirectional on a specific field. That ensures that changes you make on one side are reflected on the other side of the relationship. Is that what you mean? |
Beta Was this translation helpful? Give feedback.
-
Hi Jim, Maybe this example will help. I have a property in pods that helps us set a specific CSS position property we use when displaying an item in the post. It's relationship values are top-left This relationship is used in many different post types created in pods. Say next month I want to add a new option to this list, eg. center-center I will need to go into each pod that uses this simple relationship and update the list of items. What I was trying to get at was a way that these values in the relationships could be reused so updating one would update all pods using those same values. Hope that clears things up. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Ah, you wanted to be able to save the values for the Simple Custom Defined List to a different location for re-use, in much the same way that we have the US States, Countries, etc. as predefined lists, correct? |
Beta Was this translation helpful? Give feedback.
-
Yes, a custom predefined list. You said it much better! |
Beta Was this translation helpful? Give feedback.
-
Yep, that actually makes more sense. You could use a relationship to a post type as a workaround to that at present, but that's a lot of overkill just for a post_title ;) I've flagged this as a feature/enhancement. @sc0ttkclark wondering if there might be a filter they can hook into to create their own custom defined lists? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks I will give this a try. On Wed, May 25, 2016 at 4:15 PM, Jim True notifications@github.com wrote:
Erik Frye |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our use of pods we have a couple shared relationship fields across multiple custom post type pods. The values in these simple relationships are the same and would be helpful if there was a memory of sorts, where updating the relationship values in one pod would update the others.
Beta Was this translation helpful? Give feedback.
All reactions