We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce1858 commit fe029b4Copy full SHA for fe029b4
src/Controller/TranslationsController.php
@@ -78,7 +78,7 @@ public function add($id): ?Response
78
return $this->redirect(['_name' => 'modules:view', 'object_type' => $this->objectType, 'id' => $id]);
79
}
80
$this->ProjectConfiguration->read();
81
-
+ $this->Schema->setConfig(['internalSchema' => false]);
82
$this->set('schema', $this->Schema->getSchema($this->objectType));
83
84
$object = Hash::extract($response, 'data');
0 commit comments