Content
View differences
Updated by Kabiru Mwenja over 2 years ago
See [https://github.com/opf/openproject/pull/13940/files#r1363723710](https://github.com/opf/openproject/pull/13940/files#r1363723710)
The predicate `Storages::NextcloudStorage#automatically_managed?` is misleading as a storage itself is not automatically managed, rather the a Project Folder is.
The goal is to define a much more fitting name, that better communicates that a storage supports automatically managed project folders.
Current option is: is:
```ruby
Storages::NextcloudStorage#automatic_management_enabled?
```
The predicate `Storages::NextcloudStorage#automatically_managed?` is misleading as a storage itself is not automatically managed, rather the a Project Folder is.
The goal is to define a much more fitting name, that better communicates that a storage supports automatically managed project folders.
```ruby
Storages::NextcloudStorage#automatic_management_enabled?
```