I create a section, section-a, which will have a certain taxonomy term
I create another section of the same type, section-b

I then create content that belongs in section-a.

I edit that content and want to move it to section-b.
The section field currently gives me the ability to add the content to any section type.

I would like to avoid issues with clients and only allow the section field to show other sections of same type.

Comments

SocialNicheGuru created an issue.

Argus’s picture

I think this can be done by editing the view that lists the section entityreferences. You can find it at admin/structure/views/view/open_atrium_section_pages/edit/entityreference_1. If you add a contextual filter for the taxonomy term you can control which sections are displayed in the nodes Section options. Didn't test this, but give it a try.