mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user