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

@@ -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;
}