Fixed ccm-forum, neue Instanz lässt sich jetzt anlegen.
Wenn man /ccm/portal/admin/sitemap.jsp benutzt, dann Forum nur als child einer legacy compatible application angelegt werden, das ist gegenwärtig insbesondere unterhalb von /content/. git-svn-id: https://svn.libreccm.org/ccm/trunk@1125 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
09c6c97d63
commit
d7752138dc
|
|
@ -330,6 +330,7 @@ public class Forum extends Application {
|
|||
if (isNew()) {
|
||||
setModerated(false);
|
||||
setNoticeboard(false);
|
||||
setPublic(true);
|
||||
setAllowFileAttachments(false);
|
||||
setAllowImageUploads(false);
|
||||
setAutoSubscribeThreadCreator(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue