-
Notifications
You must be signed in to change notification settings - Fork 54
Fix SlackAction: change SlackAction "value" to "url" #43
base: master
Are you sure you want to change the base?
Conversation
Using "value" does not work (maybe it used to). [Example](https://api.slack.com/docs/messages/builder?msg=%7B%22text%22%3A%22%3C%40W1A2BC3DD%3E%20approved%20your%20travel%20request.%20Book%20any%20airline%20you%20like%20by%20continuing%20below.%22%2C%22channel%22%3A%22C061EG9SL%22%2C%22attachments%22%3A%5B%7B%22fallback%22%3A%22Book%20your%20flights%20at%20https%3A%2F%2Fflights.example.com%2Fbook%2Fr123456%22%2C%22actions%22%3A%5B%7B%22type%22%3A%22button%22%2C%22text%22%3A%22Book%20flights%20%F0%9F%9B%AB%22%2C%22value%22%3A%22https%3A%2F%2Fflights.example.com%2Fbook%2Fr123456%22%7D%5D%7D%5D%7D) Using "url" does work. [Example](https://api.slack.com/docs/messages/builder?msg=%7B%22text%22%3A%22%3C%40W1A2BC3DD%3E%20approved%20your%20travel%20request.%20Book%20any%20airline%20you%20like%20by%20continuing%20below.%22%2C%22channel%22%3A%22C061EG9SL%22%2C%22attachments%22%3A%5B%7B%22fallback%22%3A%22Book%20your%20flights%20at%20https%3A%2F%2Fflights.example.com%2Fbook%2Fr123456%22%2C%22actions%22%3A%5B%7B%22type%22%3A%22button%22%2C%22text%22%3A%22Book%20flights%20%F0%9F%9B%AB%22%2C%22url%22%3A%22https%3A%2F%2Fflights.example.com%2Fbook%2Fr123456%22%7D%5D%7D%5D%7D)
Hi @dvehar, the |
… of action Creates the concrete SlackActions: - BasicButtonSlackAction - InteractiveButtonSlackAction - InteractiveSelectSlackAction Adds tests
@rgalimov I pushed some changes. I broke out the SlackAction functionality into specific subclasses ( |
@rgalimov can you please review? |
@dvehar this looks fine |
@gpedro please review / merge. |
@gpedro just following up. Can this change be merged? |
@gpedro @jaypatel512 @rgalimov are you able to merge? |
@dvehar Sorry, I don't have access to merge PR |
Using "value" does not work (maybe it used to). Example
Using "url" does work. Example