Prevent invalid storages being displayed in the storages view
This commit is contained in:
parent
ecf2d178b1
commit
30509a479f
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ abstract class StoragesController extends Controller {
|
|||
* @return DataResponse
|
||||
*/
|
||||
public function index() {
|
||||
$storages = $this->service->getAllStorages();
|
||||
$storages = $this->service->getStorages();
|
||||
|
||||
return new DataResponse(
|
||||
$storages,
|
||||
|
|
Loading…
Reference in a new issue