Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pretix-keycloak-create-user
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Administration
pretix-keycloak-create-user
Commits
145a1d31
Commit
145a1d31
authored
1 year ago
by
Luca
Browse files
Options
Downloads
Patches
Plain Diff
Switch to order_paid
parent
5c2e7506
No related branches found
No related tags found
1 merge request
!3
Switch to order_paid
Pipeline
#193069
failed
1 year ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pretix_keycloak_create_user/signals.py
+2
-2
2 additions, 2 deletions
pretix_keycloak_create_user/signals.py
with
2 additions
and
2 deletions
pretix_keycloak_create_user/signals.py
+
2
−
2
View file @
145a1d31
...
...
@@ -7,7 +7,7 @@ from django.utils.translation import gettext_lazy, gettext_noop
from
i18nfield.strings
import
LazyI18nString
from
pretix.base.services.orders
import
OrderError
from
pretix.base.settings
import
settings_hierarkey
from
pretix.base.signals
import
order_modified
,
order_p
lace
d
,
validate_order
from
pretix.base.signals
import
order_modified
,
order_p
ai
d
,
validate_order
from
pretix.base.templatetags.rich_text
import
rich_text_snippet
from
pretix.control.signals
import
nav_event_settings
from
pretix.presale.signals
import
question_form_fields
...
...
@@ -52,7 +52,7 @@ def add_keycloak_username_question(sender, position, **kwargs):
}
@receiver
(
order_p
lace
d
,
dispatch_uid
=
"
keycloak_create_user_order_p
lace
d
"
)
@receiver
(
order_p
ai
d
,
dispatch_uid
=
"
keycloak_create_user_order_p
ai
d
"
)
@receiver
(
order_modified
,
dispatch_uid
=
"
keycloak_create_user_order_modified
"
)
def
keycloak_create_user_create_async
(
sender
,
order
,
**
kwargs
):
if
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment