creating a random string for field names to work for all languages.
This commit is contained in:
parent
6d5febe4f7
commit
2e572c652c
2 changed files with 3 additions and 1 deletions
|
@ -498,6 +498,7 @@ class Application_Service_HistoryService
|
|||
foreach($template["fields"] as $index => $field) {
|
||||
|
||||
$key = $field["name"];
|
||||
$value = "";
|
||||
|
||||
if (in_array($key, $required)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue