Mercurial > libervia-backend
comparison sat/plugins/plugin_adhoc_dbus.py @ 2929:e0429ff7f6b6
plugin comp file sharing: file sharing management first draft:
the new "component file sharing management" plugin add ad-hoc commands to changes permission of one or several shared files, delete one or more files, or regenerate thumbnails.
This is a temporary plugin to make file sharing through a component usable with other entities, but should be removed (at least permission management and file deletion) in the future if we move on a pubsub based solution.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Apr 2019 09:00:51 +0200 |
parents | 003b8b4b56a7 |
children | bba1c51bf2c6 |
comparison
equal
deleted
inserted
replaced
2928:c0f6fd75af5f | 2929:e0429ff7f6b6 |
---|---|
472 required=True)) | 472 required=True)) |
473 | 473 |
474 payload = form.toElement() | 474 payload = form.toElement() |
475 status = self._c.STATUS.EXECUTING | 475 status = self._c.STATUS.EXECUTING |
476 defer.returnValue((payload, status, None, None)) | 476 defer.returnValue((payload, status, None, None)) |
477 | |
478 |