소스 검색

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)
 	{