...ExtendDbIdentifierNameGenerator I traced the above overriding to this code: namespace Oro\Bundle\EntityExtendBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection...

class MigrationConfigPass implements CompilerPassInterface { // ... const MIGRATIONS_NAME_GENERATOR_CLASS_PARAM = 'oro_migration.db_id_name_generator.class'; /** * {@inheritdoc} */ public function process(ContainerBuilder $container) { if ($container->hasParameter(self::MIGRATIONS_NAME_GENERATOR_CLASS_PARAM)) { $container...

oroinc.com

posix Revision => $Id: e3a2bc739dee8e0d29094e30e1cfbe3e87e2ceb4 $ $ sudo systemctl restart php-fpm nginx Install ICU 64.2 Compile from source: cd /home/kiat wget http://download.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz tar -xvf icu4c-*.tgz cd icu/source/

Oro
oroinc.com

...logger->getMessages()[1] ); } The above error is fixed by Override an Override Service with Compiler Pass Run Migration in CLI [kiat@reporting misoro]$ sudo -u nginx php bin/console oro:migration...

Best results in other decks

The attached compiler() function below applies JavaScript behavior to matching HTML elements as they enter the DOM. This works like an Unpoly compiler for apps that don't use Unpoly...

...Custom Elements or any other mechanism that pairs JavaScript with HTML elements. The compiler() function is also a lightweight replacement for our legacy $.unobtrusive() helper (no jQuery required).

Usually, Unpoly compiler destructors are returned from the compiler function. However, when using async compiler functions, you can not register destructors via return. This will not work: up.compiler('my-example...

Search in all decks