• zyrq

    (@zyrq)


    I noticed this strange behaviour in Admin > Manage Pages:
    I’m logged in as Admin. For the sake of simplicity: there are 3 pages:
    (Test 1)
    Page ID=3, no parent, author= user1
    Page ID=30, parent=3, author= user1
    Page ID=32, no parent, author= user1

    apply filter: author=user1
    returns: 3,30,32 ->OK

    (Test 2)
    Page ID=3, no parent, author= Admin
    Page ID=30, parent=3, author= user1
    Page ID=32, no parent, author= user1

    apply filter: author=user1
    returns: 32 ->where is 30?

    (Test 3)
    Page ID=3, no parent, author= Admin
    Page ID=30, parent=3, author= user1
    Page ID=32, no parent, author= Admin

    apply filter: author=user1
    returns: blanc row !-> where is 30? ( no data, no NOT found)

    bottom line: if author has subpage owned by admin it doesn’t show up. Is this expected behaviour? Can anybody reproduce/confirm this?

  • The topic ‘Admin Manage Pages bug?’ is closed to new replies.