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

Cannot Remove Favorited Dashboard/Reports #1415

Closed
jkusa opened this issue Jun 24, 2021 · 1 comment · Fixed by #1433
Closed

Cannot Remove Favorited Dashboard/Reports #1415

jkusa opened this issue Jun 24, 2021 · 1 comment · Fixed by #1433

Comments

@jkusa
Copy link
Contributor

jkusa commented Jun 24, 2021

Steps To Reproduce:

  1. Boot App (./gradlew bootRun)
  2. Create and Save Report
  3. Favorite Report
  4. Delete Report
  5. See error message
@jkusa jkusa created this issue from a note in Yavin Framework Bugs & Enhancements (To do) Jun 24, 2021
@jkusa jkusa added this to To do in Road to 1.0 Jun 24, 2021
@jkusa jkusa added the bug label Jul 28, 2021
@jkusa
Copy link
Contributor Author

jkusa commented Jul 28, 2021

28-07-2021 09:58:44.116 [task-1] [YavinWS, ] WARN  o.h.e.jdbc.spi.SqlExceptionHelper.logExceptions - SQL Error: 23503, SQLState: 23503
28-07-2021 09:58:44.117 [task-1] [YavinWS, ] ERROR o.h.e.jdbc.spi.SqlExceptionHelper.logExceptions - Referential integrity constraint violation: "CONSTRAINT_D0: PUBLIC.MAP_USER_TO_FAV_REPORTS FOREIGN KEY(REPORT_ID) REFERENCES PUBLIC.CUSTOM_REPORTS(ID) (2)"; SQL statement:
delete from custom_reports where id=? [23503-176]
28-07-2021 09:58:44.129 [task-1] [YavinWS, ] ERROR c.y.e.d.j.t.AbstractJpaTransaction.flush - Caught entity manager exception during flush
javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute statement

@aklish aklish mentioned this issue Jul 29, 2021
@jkusa jkusa moved this from To do to In PR in Road to 1.0 Jul 29, 2021
Road to 1.0 automation moved this from In PR to Done Aug 3, 2021
Yavin Framework Bugs & Enhancements automation moved this from To do to Done Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants