billions-carpet-85832
12/16/2022, 1:46 PMcalm-toddler-60539
12/16/2022, 2:43 PMmost-plumber-5947
12/19/2022, 6:32 AMadorable-wolf-29357
12/19/2022, 11:58 AMadorable-wolf-29357
12/20/2022, 5:31 AMreturn $this->view(
['fisrdata'=>'firstdata','seconddata'=>['key1'=>'value1','key2'=>'value2']],
[],
'@Locations/views/locations/index.twig'
);
most-plumber-5947
12/20/2022, 6:07 AMfancy-garage-20650
12/20/2022, 9:31 AMfierce-agency-72925
12/20/2022, 9:59 AMbumpy-yacht-84822
12/20/2022, 10:24 AM$someClassReturnProphecy = $I->prophesize(SomeClass::class);
$someClassReturnProphecy->someMethod()->willReturn('someResponse');
$I->mockFactoryMethod('getSomeClass', $someClassReturnProphecy->reveal());
// then from inside the Controller:
// echo $this->getFactory()->getSomeClass()->someMethod(); // would expect 'someResponse' to be printed
Is there any other recommended way to achieve what we’re trying?
Thanks in advancebusy-fish-98087
12/20/2022, 1:25 PMgentle-cat-57039
12/20/2022, 1:26 PMfull-rocket-52349
12/20/2022, 5:24 PMbusy-fish-98087
12/21/2022, 9:25 AM.entry
, for example, my-module.entry.js
). Webpack collects all entry points with this suffix.
Use the following path to add all new entry points for your project: ./src/Pyz/Zed/{%ModuleName%}/assets/Zed/js/*.entry.js
.
To extend JS modules from the core level, use aliases. To add a JS module, follow the example:
require('{%AliasName%}/path/to/file.js');
// OR
var ModuleName = require('{%AliasName%}/path/to/file.js');
Where should I add this line? Tnx.most-policeman-66093
12/21/2022, 2:17 PMAddZedBusinessModel
and it has an argument --constructorArguments
but I do not know how to write it
it’s something like $merchantFacade
or whatcalm-toddler-60539
12/21/2022, 3:31 PMprehistoric-arm-81038
12/21/2022, 5:39 PMbusy-fish-98087
12/21/2022, 8:19 PMfierce-agency-72925
12/21/2022, 8:52 PMeager-dinner-49049
12/22/2022, 5:38 AMwonderful-baker-94910
12/22/2022, 10:13 AMcalm-toddler-60539
12/22/2022, 10:20 AMSpryker\Zed\Gui\Communication\Table\AbstractTable::getCsvHeaders()
in your Spryker\Zed\Glossary\Communication\Table\TranslationTable
.`
Even though I have implemented this function inside Spryker\Zed\Glossary\Communication\Table\TranslationTable
Can some one please advise?some-gpu-85939
12/22/2022, 12:55 PMadorable-wolf-29357
12/22/2022, 1:09 PMenough-ocean-82472
12/23/2022, 9:24 AMis_active
true or false. Depending on this state the step in oms would be executed or not. Thanks in advance for your suggestens 🙂early-army-90039
12/23/2022, 9:42 AMschema.xml file
<table name="pyz_node_storage" idMethod="native" allowPkInsert="true" identifierQuoting="true"
phpName="PyzNodeStorage">
<column name="id_pyz_node_storage" type="BIGINT" autoIncrement="true" primaryKey="true" />
<column name="fk_category" type="INTEGER" required="true" />
<column name="bsl_entity_id" required="true" type="VARCHAR" size="255" defaultValue="NULL" />
<column name="custom_key" required="true" type="VARCHAR" size="255" defaultValue="NULL" />
<index name="pyz_node_storage-fk_category">
<index-column name="fk_category" />
</index>
<foreign-key name="pyz_node_storage-fk_category" foreignTable="spy_category"
onDelete="CASCADE">
<reference local="fk_category" foreign="id_category" />
</foreign-key>
<behavior name="synchronization">
<parameter name="resource" value="node" />
<parameter name="mappings" value="bsl_entity_id:fk_category" />
<parameter name="key_suffix_column" value="custom_key" />
<parameter name="queue_group" value="sync.bsl_node_storage" />
</behavior>
<behavior name="timestampable" />
<id-method-parameter value="pyz_node_storage_pk_seq" />
</table>
but in redis, bsl_entity_id folder is not getting created.
Please help in this issue.elegant-cartoon-61249
12/26/2022, 7:53 AMmost-policeman-66093
12/27/2022, 2:19 AMspryk
and there is an AddCrudFacade
spryk
but I can’t find it at console spryk:dump --level=all
Is there info about when it ready to be released??stocky-architect-18877
12/27/2022, 8:28 AMsome-gpu-85939
12/27/2022, 12:47 PMmost-policeman-66093
12/27/2022, 4:10 PMFirstOne
it’s gets data from DB
DomainRestApi/Glue/Controller-->DomainRestApi/Client/ZedRequestClient-->DomainRestApi/Client/ZedStub-->DomainRestApi/Communication/GatewayController-->DomainRestApi/Business/Facade-->Domain/Business/Facade
SecondOne
it’s gets data from RedisStorage
DomainRestApi/Glue/Controller-->DomainRestApi/Glue/Processor-->DomainRestApi/Dependency/DomainStorageClient
so which one is valid??