-
- Downloads
Fix `editable?` function so that it respects native write permissions (#37788)
* Fix `editable?` source logic
The logic now takes into account whether or not a database
has native write permissions.
* Fix related metadata test
* DRY test code
* Set the test database metadata native permissions to true
* Mock the database native permissions in test
* Add issue reference to the test
Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
Please register or sign in to comment