Skip to content

Commit

Permalink
MetaData: fix default cmd in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Nov 28, 2023
1 parent 29e6902 commit 225ac08
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ public function executeCommand(): void
switch ($next_class) {
default:
if (!$cmd) {
//$cmd = "listQuickEdit";
$cmd = "fullEditor";
$cmd = "listQuickEdit";
}
$this->$cmd();
break;
Expand Down

0 comments on commit 225ac08

Please sign in to comment.