-
Notifications
You must be signed in to change notification settings - Fork 3
enhancement: Added more admin endpoints #592
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
base: master
Are you sure you want to change the base?
Conversation
Dokploy Preview Deployment
|
0f5a35a to
17c5a0d
Compare
|
…i hate openapi, i will fix it later |
| pub id: Uuid, | ||
| pub team: Uuid, | ||
| pub administration_code: Uuid, | ||
| #[sea_orm(unique)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed that and it never got merged to the master. Please clear this from your db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah it got merged but only in migrations, entity on master doesn't have unique key here, but latest migration has
|
i tried literally everything to fix this openapi issue and it still fails… |
7066891 to
d71ff6d
Compare
|
this problem with openapi is probably related to how utoipa::ToSchema macro implements ToSchema for those entities, they all have the same name, just Model |
|
as far as i am concerned this is waiting for new release of rust so yeah |
|
You could always just use normal useFetch in the frontend and create a new issue for this |
d71ff6d to
f88c0c6
Compare
|
You need to rewrite it to avoid duplication :c I send you all the details on discord |
e5ee8b9 to
dbefc54
Compare
dbefc54 to
4a5157f
Compare
| let name = input.ident; | ||
| let span = name.span().unwrap(); | ||
|
|
||
| let panic_message = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
4ccdc47 to
4ab6149
Compare

No description provided.