Mercurial > libervia-backend
diff sat.tac @ 33:b9bb5d8e0cc7
In-band-registration: data form 2 xml conversion
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 08 Dec 2009 09:54:44 +0100 |
parents | d6b613764dd7 |
children | 6491b7956c80 |
line wrap: on
line diff
--- a/sat.tac Tue Dec 08 08:13:12 2009 +0100 +++ b/sat.tac Tue Dec 08 09:54:44 2009 +0100 @@ -524,7 +524,7 @@ def actionResult(self, id, type, data): """Send the result of an action @param id: same id used with action - @type: result type ("PARAM", "SUCCESS", "ERROR") + @type: result type ("PARAM", "SUCCESS", "ERROR", "FORM") @data: dictionary """ self.bridge.actionResult(type, id, data) @@ -532,7 +532,7 @@ def actionResultExt(self, id, type, data): """Send the result of an action, extended version @param id: same id used with action - @type: result type ("PARAM", "SUCCESS", "ERROR") + @type: result type /!\ only "DICT_DICT" for this method @data: dictionary of dictionaries """ if type != "DICT_DICT":