Mercurial > libervia-backend
changeset 2318:ddb67c186f61
jp (pubsub/search): profile is transmited to subcommand for "exec" action
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 08 Jul 2017 22:50:25 +0200 |
parents | f4e05600577b |
children | e715a29c4f9b |
files | frontends/src/jp/cmd_pubsub.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/cmd_pubsub.py Sat Jul 08 22:49:55 2017 +0200 +++ b/frontends/src/jp/cmd_pubsub.py Sat Jul 08 22:50:25 2017 +0200 @@ -682,6 +682,7 @@ use = {'service': metadata[u'service'], 'node': metadata[u'node'], 'item': item_elt.get('id'), + 'profile': self.profile } # we need to send a copy of self.args.command # else it would be modified