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

Take field order from schema #205

Merged
merged 9 commits into from
Jan 30, 2020
Merged

Take field order from schema #205

merged 9 commits into from
Jan 30, 2020

Conversation

zepatrik
Copy link
Member

Related issue

closes #176

Proposed changes

Forms will from now on be ordered according to the order of the keys in the traits schema.

Checklist

  • I have read the contributing guidelines
  • I have read the security policy
  • I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security
    vulnerability, I confirm that I got green light (please contact [email protected]) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation within the code base (if appropriate)
  • I have documented my changes in the developer guide (if appropriate)

Further comments

# Conflicts:
#	selfservice/flow/profile/handler.go
#	selfservice/flow/profile/handler_test.go
@aeneasr
Copy link
Member

aeneasr commented Jan 30, 2020

@zepatrik tests failing, please set up circleci notifications :)

zepatrik and others added 4 commits January 30, 2020 17:20
# Conflicts:
#	docs/api.swagger.json
#	internal/httpclient/models/complete_self_service_browser_profile_management_flow_payload.go
#	internal/httpclient/models/credentials_type.go
#	internal/httpclient/models/error.go
#	internal/httpclient/models/generic_error_payload.go
#	internal/httpclient/models/identity.go
#	internal/httpclient/models/registration_request.go
#	internal/httpclient/models/registration_request_method_config.go
#	internal/httpclient/models/session.go
#	internal/httpclient/models/traits.go
@aeneasr aeneasr merged commit a880f0d into master Jan 30, 2020
@aeneasr aeneasr deleted the take-field-order-from-schema branch February 10, 2020 14:00
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.

Order registration/login form fields according to schema
2 participants