Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit ee8fd7a5 authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Add bracketmixin to deployments

parent e9269ff3
Branches
Tags
No related merge requests found
Pipeline #71288 passed
......@@ -219,7 +219,7 @@ class StorageHomeUserManager(RESTManager):
return self._obj_cls(self, server_data)
class DeploymentManager(NoUpdateMixin, RESTManager):
class DeploymentManager(NoUpdateMixin, BracketMixin, RESTManager):
_path = '/sites/%(site)s/deployments'
_obj_cls = Deployment
_from_parent_attrs = {'site': 'uid'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment