Jerson Júnior

Results 7 issues of Jerson Júnior

[email protected] and password: Changeit@123 to try with demo user does not work

### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...

enhancement

Portuguese on roadmap?

Could include the X2 version in actions?

I was having trouble getting two variables or running a script, I've tried both ways below: agi.set_variable ('name', name, 'user', user) **and** agi.set_variable ('name', name, 'user', user) agi.set_variable ('user', user)...

I would like open in a new window the result of: return $sugar_config['site_url'] . "/index.php?module=$moduleName&action=EditView&record={$id}"; See the code of Web link: ** - Creates a web link to this record...

It's only returning a single-line response. I made a change in the code to return multiple lines but without buttons **Original Code - rasa_flask_router.py:** ``` def send_to_bot(sender, message): data =...