Commit f552fe21 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed title permission

parent e0f6568a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ class CliHandler(RegisteredCCHandler):
        :param query: the tql query to select objects.
        """

        objects = self.client.list(query, show=('r', 'p', 'h'), method='shell')
        objects = self.client.list(query, show=('r', 'p', 'h'), method='title')
        if not objects:
            raise NotImplementedError('No objects matched by query')
        elif len(objects) != 1: