17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 2627 Views |
-
Making a child, where is not allowed

28 May 2007 at 5:50pm
Hi,
I have a class
class BlogPost extends Page {
...
static $allowed_children = "none";
static $default_parent = "blog";
...
}I think it should not be possible to make a child of "BlogPost" anyhow, because of $allowed_children = "none". But it is.
In the CMS->SiteContent I click "Create" and choose "Page" from the list of possible new pages. But I do not click "Go" button. Then I choose a page of my BlogPost class. Then I click "Go" button near "create", i.e. in the upper left corner. The new page is created as a child of the "BlogPost". Or at least it is shown as a child of "BlogPost" in the tree in CMS (even after browser reload).
-
Re: Making a child, where is not allowed

29 May 2007 at 8:11am
Sadly, allowed_children doesn't exist. The way the system was built it was hard to add allowed_children.
-
Re: Making a child, where is not allowed

29 May 2007 at 5:15pm
"Sadly, allowed_children doesn't exist."
I guess we should get Andy to update tutorial 2 then because this is from tutorial 2..static $allowed_children = array('ArticlePage');
-
Re: Making a child, where is not allowed

29 May 2007 at 7:40pm
Someone should update all of these pages
http://doc.silverstripe.com/doku.php?do=search&id=allowed_children
-
Re: Making a child, where is not allowed

29 May 2007 at 9:16pm
Is there plans to add this later? Otherwise we should probably remove it from the source?
-
Re: Making a child, where is not allowed

29 May 2007 at 11:48pm Last edited: 30 May 2007 12:07am
I think this is a Very important Feature.
If you create a Holder page for Products for example, you need only product pages to be children of these holder.
-
Re: Making a child, where is not allowed

30 May 2007 at 8:58am
I agree...
Can we not do a check on creating a new page-type on a current page, that is has the page-type you're trying to create in the static $allowed_children = array() ?
Cheers,
Sean -
Re: Making a child, where is not allowed

12 January 2008 at 3:02am
Just wanna subscribe to this thread.
I was wondering , is this feature on the roadmap ?
| 2627 Views | ||
| Go to Top | Next > |







