Skip to content

Fixed components not working #601

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

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Conversation

Tais993
Copy link
Member

@Tais993 Tais993 commented Oct 3, 2022

In BotCommandAdapter
the Interactor's name was used without prefix, but to forward from the button the prefix is needed.

I promise next time I'll create a better PR! :p

In BotCommandAdapter
the Interactor's name was used without prefix, but to forward from the button the prefix is needed.
@Tais993 Tais993 added bug Something isn't working priority: major labels Oct 3, 2022
@Tais993 Tais993 self-assigned this Oct 3, 2022
@Tais993 Tais993 requested review from a team as code owners October 3, 2022 20:51
illuminator3
illuminator3 previously approved these changes Oct 3, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@Tais993 Tais993 merged commit e7c216a into develop Oct 4, 2022
@Tais993 Tais993 deleted the bugfix/components-not-working branch October 4, 2022 08:13
@Zabuzard
Copy link
Member

Zabuzard commented Oct 4, 2022

this is a design problem. the prefix was meant to be an internal detail only (inside BotCore). but now it leaked into the user API (think about people who go via interface and not by adapter. they are not meant to know the details of their prefixes)

@Tais993
Copy link
Member Author

Tais993 commented Oct 4, 2022

Where does it leak to user API?

You mean people that generate ides themself?

I don't see a solution, that'd require a full rework again, which includes a rework of ID generation I think?

I have no clue how this can be fixed, feel free to modify the system

@Zabuzard
Copy link
Member

Zabuzard commented Oct 4, 2022

I fixed what I was annoyed by in #588 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants