I have a relationship with the applicant and booking, and I have already assigned the relationship is 1-n for 1 application can only has 1 booking but 1 booking can have many applicant
Array
(
[success] =>
[message] => The element A24 has already the maximum allowed amount of associations (1) as in the relationship Bookings Applications.
)
I know I have to disconnect and then connect to the new one, I worry if there is another connection request while I disconnect it and then connect to the.new one, then I lost the existing one and can't make the new connection, how can I avoid this happen?
Hello. Thank you for contacting the Toolset support.
I'm not sure yet but I dont know your post relationship structure.
If you want to have "one booking can have many applicant" so what if you create one to many post relationship between booking (one) and applicant (many) post type.