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

gh-756 Update bulk editor to differentiate between data type domains #757

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

pjmonks
Copy link
Contributor

@pjmonks pjmonks commented Feb 10, 2023

Data types are actually defined further by being Primitive, Enumerations or Model. Profile endpoints need the precise domain type to fetch the correct lists of profiles available.

image

Resolves #756

A good way to test would be on the "modules" data model as that should contain an appropriate mixture of data type domains.

Data types are actually defined further by being Primitive, Enumerations or Model. Profile endpoints need the precise domain type to fetch the correct lists of profiles available.
Copy link
Contributor

@jamesrwelch jamesrwelch left a comment

Choose a reason for hiding this comment

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

Works really nicely, thank you!

@jamesrwelch jamesrwelch merged commit 0aad80d into develop Feb 20, 2023
@jamesrwelch jamesrwelch deleted the feature/gh-756 branch February 20, 2023 05:53
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.

Bulk editing of data types does not return all useful profiles
2 participants