- 🇮🇳India jahanaraS Bangalore
I am facing a similar issue where the authenticated user is not able to download the CSV for commerce order details. Where as, while login as Admin same URL works to download the CSV file
Any lead?
- 🇳🇱Netherlands uberengineer
We have experienced the same issue and have determined that Drupal configuration exports the $store_in_public_file_directory value as an integer however the export file is checked as a Boolean
Patch checks the value against the boolean cast and correctly sets the public file directory and not private - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Closed: works as designed
about 1 month ago 8:03pm 28 December 2024 - 🇬🇧United Kingdom steven jones
@Aurel60 hmm...I'm not keen that Views Data Export skips access checks by default, but the views UI does give you the option to do this for specific views if you really need to do so, but it would be better to get the access checks brought in by your Views Custom Table module sorted instead. Likewise @jahanaras with Drupal commerce, either allow access to the data you need, or don't :)
@uberengineer I think that's another issue, but I can't see why it would be anything other than a boolean, but yeah, the strict type checking does seem a bit over the top.