-
-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ad-Hoc command result form not shown #2240
Comments
Just to add: Biboumi requires a multistep ad-hoc command to set up IRC NICKSERV, thus this would probably be a often used feature. |
Still an issue on the "configure a few settings for that IRC server" adhoc command of Biboumi. I think it is related to the length of the reply. Shorter adhox commands on the same component seem to work. I just managed to break my Biboumi config by trying to use adhoc commands with ConverseJS. Edit: fixed in 10.0.0 it seems. |
In the Firefox browser console I get the following error when and only when I press the buggy command mentioned above:
And a second one:
|
Actually the Biboumi issue I have mentioned above seems to be fixed in 10.0.0. I was still testing with an outdated 9.1.1. without noticing. |
- Provide actions as received in the Ad-Hoc form - Add support for multi-stage ad-hoc forms Fixes #2240
- Provide actions as received in the Ad-Hoc form - Add support for multi-stage ad-hoc forms - Add new tests for multi-stage forms Fixes #2240
- Provide actions as received in the Ad-Hoc form - Add support for multi-stage ad-hoc forms - Add new tests for multi-stage forms Fixes #2240
- Provide actions as received in the Ad-Hoc form - Add support for multi-stage ad-hoc forms - Add new tests for multi-stage forms Fixes #2240
Describe the bug (or feature request?)
Ad-hoc commands can consist of multiple steps, as well as return the final results in a dataform. This does not appear to be supported.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a command returns a result form, the data in it should be shown.
For multi-step commands, the next form should be shown.
Screenshots
It just shows the first form, no changes.
Environment (please complete the following information):
Additional context
The Prosody module mod_adhoc_dataforms_demo can be used to test multi-step commands.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: