Update of /var/cvs/applications/richtext/blocks/wiki
In directory james.mmbase.org:/tmp/cvs-serv10927/blocks/wiki

Modified Files:
        edit.jspx 
Log Message:
made only loading of relations default. related node itself is seldom necessary 
during editing.


See also: http://cvs.mmbase.org/viewcvs/applications/richtext/blocks/wiki


Index: edit.jspx
===================================================================
RCS file: /var/cvs/applications/richtext/blocks/wiki/edit.jspx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- edit.jspx   29 Sep 2008 11:35:07 -0000      1.6
+++ edit.jspx   28 Oct 2008 09:59:47 -0000      1.7
@@ -11,6 +11,7 @@
 
   <mm:import externid="n" required="true" />
   <mm:import externid="relationsClass" />
+
   <mm:cloud method="asis" jspvar="cloud">
 
 
@@ -22,7 +23,8 @@
 
     <mm:param name="org.mmbase.xml-mode" value="wiki" />
     <mm:param name="org.mmbase.richtext.wiki.show_broken"    value="true" />
-    <mm:param name="org.mmbase.richtext.wiki.load_relations" value="false" />
+    <mm:param name="org.mmbase.richtext.wiki.load_relations" value="true" />
+    <mm:param name="org.mmbase.richtext.wiki.load_related"   value="false" />
     <mm:param name="org.mmbase.richtext.wiki.undecorateids"  value="true" />
     <mm:form id="transaction"  commitonclose="false">
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to