Some posts coming disconnected from users

Support MB Relationships Some posts coming disconnected from usersResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22665
    Jonathan SchroederJonathan Schroeder
    Participant

    So, I'm having a kind of strange issue where it seems that posts are coming disconnected from users.

    I have the following connections:
    - Programs to users
    - Programs to updates

    We use this information to show individual users the updates that are connected to the programs they're connected to. The issue is that as the end users are seeing that they're no longer connected to programs they should be connected to. I also see a lot of this on the backend:

    https://ibb.co/gTfTpj9

    where it looks like users have been deleted. However, I know that as they're administering the site they aren't deleting users.

    Anything that you can think of that's likely happening here? I should note that this site is about 2.5 years old and hasn't had significant changes made that would seem to account for this suddenly not working the way it used to.

    #22666
    Jonathan SchroederJonathan Schroeder
    Participant

    UPDATE: I don't think this probably solves the underlying problem of users coming disconnected from posts, but I did add this, which makes the invisible users visible on the edit screen for Projects (the CPT they're connected to):

    'field' => [
    'query_args' => [
    'number' => -1 // This
    ]
    ]

    https://gist.github.com/jonschr/62768067928ced1d501d14fe7e7b138c

    #22667
    Long NguyenLong Nguyen
    Moderator

    Hi Jonathan,

    This topic relates to this case https://support.metabox.io/topic/cant-save-more-of-10-relationships-from-admin/.

    #22676
    Jonathan SchroederJonathan Schroeder
    Participant

    Thanks! I'll wait to hear back from the end user as to whether this has actually addressed the core problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.