Hello,
I am building a rental property site. I have a channel for buildings and a channel for suites. The user can browse by building or by suite, and it they go to a building page the suites for that building are listed. I use relationships to assign suites to the building.
The front end is fine, but the admin is an issue. When we chose edit, since I used relationships the building the suite is for is not listed, so the list under edit could be:
suite 100
suite102
suite100 (different building)
suite 100 (yet another dif building)
etc
The issue is in the admin I can’t list/sort by building the suite is assigned to.
My cheezy fix is to make a manually make a category for every building, so the edit page you can sort by category by building.
My questions are:
- is this truly the only way to do it?
- is there a way to auto populate a category with {title} from building, so when we try to assign categories to a suite, one of the category options would be a list of all buildings (auto popultaed by the buildings channel {title} tag?
Thank you!!