Admin Manage Pages bug?
-
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= user1apply 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= user1apply 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= Adminapply 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.