Hello
I created a reciprocal relationship between 2 custom post type
from CPT "office" to CPT "member"
in CPT office, I can see the metabox to select the related members. we are ok here
in CPT Member, there is no metabox to select related offices. we are not ok here
In both, the admin column is checked and we can see in both the relation which is working fine. but the metabox is not present in the member CPT which is a bit ennoying as it's reciprocal relationship. We should be able to :
- assign a member from an office (this is possible)
- assign an office from a membre (this is not possible)
did I miss something here ?
thx.