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

Fixed missing column typeId for event handlers #3061

Open
Patrykb0802 opened this issue Dec 7, 2024 · 0 comments
Open

Fixed missing column typeId for event handlers #3061

Patrykb0802 opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@Patrykb0802
Copy link
Contributor

Describe the bug
Cannot delete event handlers, because everytime when app scans data base for correct event handler to delete its getting error that it cannot find typeId column (SQLException). This bug also prevents export and import of project if any event handler has been created.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Event Handlers
  2. Create any event handler
  3. Try to delete that event handler --> Error SQLException (event handler not deleted you can see it after refreshing page)
  4. Try to export project --> error

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome 131
  • Version 2.8.0
@Patrykb0802 Patrykb0802 added the bug label Dec 7, 2024
@Patrykb0802 Patrykb0802 self-assigned this Dec 7, 2024
Patrykb0802 added a commit that referenced this issue Dec 7, 2024
fix/#3061_Fixed_missing_column_typeId_for_event_handlers
@Limraj Limraj added this to the 2.8.0 milestone Dec 18, 2024
Limraj added a commit that referenced this issue Dec 19, 2024
- Created method for creating an EventType for the Event Handler: EventDAO.createHandlerEventType;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants