Bug detected when deleting CRUD auto screens #6325
NicolasFabre81
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks @NicolasFabre81 I've noticed that myself in the past. I don't think it necessarily is directly a Postgres issue. I've raised a bug here: #6326 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From a postgreSQL table named base_article, I created the auto CRUD screens.
Then I deleted them.
Now if I re-generate the CRUD screens, the :id screen is called /base_article-2/:id instead of /base_article/:id
If i try to rename it, I get an error saying screen /base_article/:id already exists.
So I think that the deleting did not work properly, and somme system objects with the name /base_article/:id remain somewhere...
Beta Was this translation helpful? Give feedback.
All reactions