Basil Baumgartner
Basil Baumgartner
solved #243 Also updated the docs. Should not break any backward compatibility. Simply allows bundle users to extend the new abstract class and configure options using symfony's OptionResolver for DataTableTypes...
I created a datatable type by implementing the _Omines\DataTablesBundle\DataTableTypeInterface_. And in my controller I use _$dataTableFactory->createFromType_ to generate the form. Adding a _configureOptions(OptionsResolver $resolver)_ method to the form has no...
**src/Resources/config/services_export_json.yaml** sylius.exporter.customers.json uses the following array as config for the exportable properties of customer: `["Email", "Email_canonical", "First_name" , "Last_name" , "Birthday", "Gender", "Phone_number", "Subscribed_to_newsletter"] ` **src/Explorer/Plugin/ResourcePlugin.php - keysToExport** The method...
Please mark this repo as abandoned. I just lost hours debugging the fulfullment endpoint, just to realize this bundle uses an endpoint which got removed in Shopify API 22-07. Changing...
Inputs for text options are now trimmed. And empty inputs do not create CustomerItemOptions anymore (inputs like " " that only contain whitespace chars)
It would be nice if I could disable options in the dropdowns (select and multi_select). The reason is simple: some options are sometimes temporarily unavailable. Basically, we have to wait...
/config/app/services/fixtures.xml ``` ``` This causes problems if another bundle would do the same. The ProductFixture would be overwritten twice. For the Factory, I think it would be better if the...
This is more a request/suggestion than a real issue/bug. It seems there is no recipe for this plugin, which is quite the shame. It would be nice if the config...
Added the missing inputs for taxon limits. The plugin creates an entry with the "taxon" key and "[9, 18, 27]" as value. But it cannot be edited, which is weird.
The option for enabling and disabling the instant search currently has no effect at all. In the sciprts template an option instantEnabled is passed with the value true every time....