Skip to content
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

refactor(frontend): remove eventDefintionsModel #11467

Merged
merged 12 commits into from
Aug 25, 2022
Merged

Conversation

mariusandra
Copy link
Collaborator

Merges into / dependent on: #11463
Finally resolves #8257

Problem

Turns out we didn't need what was still used from eventDefinitionModel.

In a filter like this:

image

... we looked up the event by name, to then print the same name we looked it up by. It makes sense for getting the name of an action for an ID, but not with events, where the name is the ID.

How did you test this code?

tsc -b found no issues. Hoping neither will any of the CI tests.

@mariusandra mariusandra mentioned this pull request Aug 24, 2022
91 tasks
Base automatically changed from custom-events to master August 25, 2022 11:00
Copy link
Member

@pauldambra pauldambra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@mariusandra mariusandra merged commit 59432fe into master Aug 25, 2022
@mariusandra mariusandra deleted the event-names branch August 25, 2022 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of propertyDefinitionModel and eventDefinitionModel
2 participants