[mezzanine-users] Other staff users unable to see old blog posts?

2018-01-05 Thread Danny

Hi all,

I've just discovered that other Staff users can't see any of the blog 
posts I've created (as superuser) over the past year in the admin. They 
have the correct permissions to add/edit/delete blog posts, and can 
definitely do so, but any past entries are not visible to them at all. 
I've even tested this myself with a different account with the same 
permissions as these other staff users.


Is this by design? i.e. that staff users can only see their own created 
blog posts? Or have I got something wrong in my setup?


Thanks,

Seeya. Danny.


--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Other staff users unable to see old blog posts?

2018-01-05 Thread Stephen McDonald
Any models (such as BlogPost) that subclass the Ownable abstract model have
this feature, where in the admin, users (who aren't superusers) can only
edit their own records.

You can toggle this via the OWNABLE_MODELS_ALL_EDITABLE setting:

http://mezzanine.jupo.org/docs/configuration.html#ownable-models-all-editable



On Sat, Jan 6, 2018 at 9:18 AM, Danny  wrote:

> Hi all,
>
> I've just discovered that other Staff users can't see any of the blog
> posts I've created (as superuser) over the past year in the admin. They
> have the correct permissions to add/edit/delete blog posts, and can
> definitely do so, but any past entries are not visible to them at all. I've
> even tested this myself with a different account with the same permissions
> as these other staff users.
>
> Is this by design? i.e. that staff users can only see their own created
> blog posts? Or have I got something wrong in my setup?
>
> Thanks,
>
> Seeya. Danny.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.