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.
Hence, the `Storages::ProjectStorage#automatic_management_possible?` method checks can be misleading. The goal is to define a much more fitting name, that better communicates informs that a storage supports automatically managed project folders.
Current option is:
```ruby
Storages::NextcloudStorage#automatic_management_enabled?
``` folders
The predicate `Storages::NextcloudStorage#automatically_managed?` is misleading as a storage itself is not automatically managed, rather the a Project Folder is.
Current option is:
```ruby
Storages::NextcloudStorage#automatic_management_enabled?
```