mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Increase network timeout for yarn in Dockerfile to prevent timeout errors on cross builds.
This commit is contained in:
parent
8794c1d018
commit
d3023ea945
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ class StructuralEntityType extends AbstractType
|
|||
//Must be the same as the separator in the choice_loader, otherwise this will not work!
|
||||
return $element->getFullPath('->');
|
||||
}
|
||||
|
||||
|
||||
return $element->getID();
|
||||
}, //Use the element id as option value and for comparing items
|
||||
'choice_loader' => function (Options $options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue