Skip to content

Commit fe029b4

Browse files
committed
fix: schema not internal in translation add
1 parent 9ce1858 commit fe029b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/TranslationsController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function add($id): ?Response
7878
return $this->redirect(['_name' => 'modules:view', 'object_type' => $this->objectType, 'id' => $id]);
7979
}
8080
$this->ProjectConfiguration->read();
81-
81+
$this->Schema->setConfig(['internalSchema' => false]);
8282
$this->set('schema', $this->Schema->getSchema($this->objectType));
8383

8484
$object = Hash::extract($response, 'data');

0 commit comments

Comments
 (0)