Skip to content

make sure that `sensitive` is a boolean - fixes #596

dakkar requested to merge feature/596-better-boolean into develop

What does this PR do?

Some remote instances may send garbage. If the sensitive value passed to driveService.uploadFromUrl is not a boolean, eventually we'll get an exception from the database complaining about that. This change avoids that problem.

Not really tested because it's messy to do.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines

Merge request reports