We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc70cc commit 0d18d15Copy full SHA for 0d18d15
models/orderPageAbstract.php
@@ -22,6 +22,7 @@ public function errors(): array
22
23
$fields = array_change_key_case($this->blueprint()->fields());
24
// add model to each field
25
+ $this->kirby()->setCurrentLanguage($this->kirby()->defaultLanguage()->code());
26
$fields = array_map(function ($field) {
27
$field['model'] = $this;
28
return $field;
0 commit comments