N°2844 - Continue work on object details: Quick fixes for alpha, will need to be refactored

- Improve display of details in creation/modification/transition modes
This commit is contained in:
Molkobain
2020-10-15 15:51:50 +02:00
parent e7f01e7597
commit 9a47e3cf74
7 changed files with 221 additions and 95 deletions

View File

@@ -25,6 +25,6 @@ class ObjectFactory {
* @return \Combodo\iTop\Application\UI\Layout\Object\ObjectDetails
*/
public static function MakeDetails(DBObject $oObject) {
return new ObjectDetails();
return new ObjectDetails($oObject);
}
}