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

Can create new Authorization Requests in development console #71

Conversation

Samuelfaure
Copy link
Contributor

@Samuelfaure Samuelfaure commented Jan 31, 2024

Previously, unicity condition on email and external_id was preventing from creating more ARs in development

this is a bit ugly (yucky database-lookup when creating objects) but more practical.

(this was requested by @Isalafont which often likes to create objects in the console)

Previously, unicity condition on email and external_id
was preventing from creating more ARs in development

this is a bit ugly but more practical.
@Samuelfaure Samuelfaure force-pushed the small_irritant/create_authorization_requests_ad_libitum branch from 5571503 to cb09b20 Compare January 31, 2024 14:32
Copy link
Member

@skelz0r skelz0r left a comment

Choose a reason for hiding this comment

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

Je suis désolé mais c'est non: à chaque génération de user on fait 2 calls en db, c'est clairement une mauvaise idée.

@skelz0r
Copy link
Member

skelz0r commented Jan 31, 2024

this was requested by @Isalafont which often likes to create objects in the console

Faut enhance les seeds dans ce cas là.

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.

2 participants