Skip to content
Snippets Groups Projects

fix:Allow realpath and getFileUri calls

1 unresolved thread

fix:Allow realpath and getFileUri calls

Merge request reports

Approval is optional

Merged by José de LeonJosé de Leon 10 months ago (Jun 20, 2024 5:49am UTC)

Merge details

  • Changes merged into 1.0.x with e3c84dc8 (commits were squashed).
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
526 526 }
527 527
528 528 // Render HTML table from CSV file.
529 $file_name = $file->getFileUri();
529 $file_name = $this->getFileSystem()->realpath($file->get('uri')->value) ?? $file->getFileUri();
Please register or sign in to reply
Loading