I propose a solution to the problem.
kvantstudio → created an issue.
Can you please grant me access of co-maintainer also for me?
Thanks for the help in fixing and testing.
kvantstudio → created an issue.
Patch #37 work fine! I think this is a serious problem for all sites where entities work with money. I solved this problem for myself by changing the array in get Views Data in the 'view_builder' entity handler.
/**
* {@inheritdoc}
*/
public function getViewsData() {
$data = parent::getViewsData();
// TODO: added before fix Drupal core https://www.drupal.org/project/drupal/issues/2509986
$data['site_commerce_product__price']['price_number_from']['filter']['id'] = 'numeric';
$data['site_commerce_product__price']['price_number']['filter']['id'] = 'numeric';
$data['site_commerce_product__price']['price_number_sale']['filter']['id'] = 'numeric';
return $data;
}
Use right endpoint like this and set permissions on media type settings:
axios.post('/file/upload/media/YOUR_MIDIA_TYPE_ID/field_media_video_file?_format=json', e.target.result, {
headers: {
'Content-Type': 'application/octet-stream',
'Content-Disposition': `file; filename="${filename}"`,
'X-CSRF-Token': response.data,
}
})
You've messed up the module on many devices! Accessibility mode should be enabled if someone needs it and in no other way. Bring it back!
Who thought of making these markers? It is necessary to delete them!
I would like to help maintain this module.
Please add support for Drupal 10.