Hi all,

Firstly thank you to Andrea Franz for this great extension.

Is it possible to easily set copied or moved pages to have a status  
of Draft, despite the original pages setting?

Could I change this:

     new_page = Page.create(
       :title => new_title, :slug => new_slug, :breadcrumb =>  
new_title, :class_name => page.class_name,
       :status_id => page.status_id, :parent_id =>  
new_parent.id, :layout_id => page.layout_id
     )

  to something like:

       :status_id => 1

?

I don't have access to a test server at the mo, or much time, so  
thanks for any advice.


Cheers
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to