Wednesday 05 April 2006 3:13:06 am
I have some information to collect, and the restrictions of the information collector led me to create a content class modeling an application. Anonymous users can create an application on the website, however I do not want anonymous users to be able to view/browse applications. What I did so far was this:
content create Class( Application ) , Section( Applications ) , ParentClass( Folder )
content edit Class( Application ) , Section( Applications ) , Owner( Self )
content read Class( Application ) , Section( Applications ) , Owner( Self )
This kinda works, BUT, when the user "publishes" his application he is redirected to the parent folder in which he is not allowed to view, causing an error to occur. Is there any way to work around this? I would like the user to be redirected to his application, not its parent folder. Am I going about this the wrong way?
|