mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38: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:
@@ -317,6 +317,7 @@ class WebPage implements Page
|
||||
*/
|
||||
public function AddUiBlock(?iUIBlock $oBlock): ?iUIBlock
|
||||
{
|
||||
// TODO 3.0.0: Why make this parameter nullable?!
|
||||
if (is_null($oBlock)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user