django-slack-utils icon indicating copy to clipboard operation
django-slack-utils copied to clipboard

Form validation fails for slash commands without text/params

Open modasserbillah opened this issue 5 years ago • 1 comments

Slash commands fail when there is no text or params added to the command. For example, /test would fail because text is set as required in the CommandForm definition.

If this is not intended behavior, I can open a PR to make it optional.

Thanks for the neat library, great work 👏

modasserbillah avatar Jun 01 '20 04:06 modasserbillah

Please feel free to open a PR.

Thank you!

ddemid avatar Jun 02 '20 09:06 ddemid