Closed eliodata closed 4 years ago
Issue-Label Bot is automatically applying the label Type: Bug
to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
My bug may be related here - @eliodata you mentioned the relationship field doesn't save, but did you verify this? In my case the field does save. The bidirectional entries are persisted in the database. The issue is they don't show up unless I change the field type to "checkbox".
relevant issue https://github.com/pods-framework/pods/issues/5831
Initial review seems to point towards our limit of how many items to load before kicking into AJAX loading. That number will need to be adjusted to at minimal, the number of items currently selected for the given field, or load those items separately so they are ensured to be included on the page when loading the field up.
@sc0ttkclark In fact, that logic was already there, just not 100% correct. PR fixes this.
Describe the bug Hi,
I’m using pods users bidirectional relationships into wp admin users profiles. It works well, but only for the 27 first users, alphabetically sorted…
If I select another user (I have more than 4000), it loads, displays well, but disappears from relation list once user is saved.
For example in my user list the 27 user is named “abbis investigation”. Everything works normally for this user and the 26 users before this one (still alphabetically sorted). If I choose the next one which is named “Abc Nîmes formation” the problem appears. Impossible to save it into relation field.
One more thing, if I disable some user roles into the pods options, I can go further into my list, to the 119 user exactly (still alphabetically sorted…).
Pods Version
2.7.16.2
WordPress Environment
Possible Workaround Unselect all roles into the pods options.
Regards