id of pages can't be shared between backends
This commit is contained in:
parent
742578c5ae
commit
a54fe01e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class WebContentEdit(ReplApplication):
|
|||
"""
|
||||
contents = []
|
||||
for id in line.split():
|
||||
_id, backend_name = self.parse_id(id)
|
||||
_id, backend_name = self.parse_id(id, unique_backend=True)
|
||||
backend_names = (backend_name,) if backend_name is not None else self.enabled_backends
|
||||
|
||||
contents += [content for backend, content in self.do('get_content', _id, backends=backend_names) if content]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue