Nico Kaiser <[EMAIL PROTECTED]> wrote:

> > Or other words how to implement number of views of an article without
> > hardcoding auth info?
> 
> I did not find a way to do this (let me know if there's one!).

Not possible.
We have two solutions:
1. Extend midgard objects rights in future releases with adding 
some special world writeable group which is mandatory IMO.

2. Add new function and method 
$object->update_public();
or maybe add parameter to update method
$object->update("public");

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to