浏览代码

Cleanup of the way objects are displayed/edited: DisplayBareProperties is now used for displaying (i.e. read-only) or modifying/creating an object.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1432 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 年之前
父节点
当前提交
4498407d13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/itop-config-mgmt-1.0.0/model.itop-config-mgmt.php

+ 1 - 1
modules/itop-config-mgmt-1.0.0/model.itop-config-mgmt.php

@@ -357,7 +357,7 @@ class FileDoc extends Document
 	 * Overload the display of the properties to add a tab (the first one)
 	 * with the preview of the document
 	 */
-	public function DisplayBareProperties(WebPage $oPage, $bEditMode = false)
+	public function DisplayBareProperties(WebPage $oPage, $bEditMode = false, $sPrefix = '')
 	{
 		if (!$bEditMode)
 	{