finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Symphony bot API through command method with Camelcase is not working but the same works well with Button #183

Closed amsidhlokhande closed 3 years ago

amsidhlokhande commented 3 years ago

Feature Request

Description of Problem:

When we call symphony api through command using method name as CamelCase used in Workflow then no response is received.

The same is working with lower case method name command and also working with button

Potential Solutions:

We have to remove call to toLowerCase() from below class and method

public interface Word extends Content {
    public String getIdentifier() {
    return s.replaceAll("[^a-zA-Z0-9]", "").toLowerCase();
    }
}
sureshrupnar commented 3 years ago

handled via Release # 7.20.4