- Added a wiki-like feature that will automatically bring a user to the
create a page form if they are in admin mode, and click on a link to a page that doesn't exist yet.
This commit is contained in:
parent
9ddea59a79
commit
29bd26a975
4 changed files with 47 additions and 11 deletions
|
|
@ -1696,6 +1696,7 @@ sub www_add {
|
|||
printableStyleTemplateId => $self->get("printableStyleTemplateId"),
|
||||
isHidden => $self->get("isHidden"),
|
||||
className=>$class,
|
||||
url=>$self->session->form->param("url"),
|
||||
assetId=>"new"
|
||||
);
|
||||
$properties{isHidden} = 1 unless (WebGUI::Utility::isIn($class, @{$self->session->config->get("assetContainers")}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue