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

Bulk editing of data types does not return all useful profiles #756

Closed
pjmonks opened this issue Feb 10, 2023 · 0 comments · Fixed by #757
Closed

Bulk editing of data types does not return all useful profiles #756

pjmonks opened this issue Feb 10, 2023 · 0 comments · Fixed by #757
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pjmonks
Copy link
Contributor

pjmonks commented Feb 10, 2023

Description

If bulk editing a data model and choosing to edit data types, the list of available profiles may not include everything that is useful.

Additional context

Depending on the underlying domain type of the data type - primitive, enumeration, model etc - this currently determines the profiles endpoint to use. For example, if only /api/enumerationTypes/{id}/profiles/unused is called, then other profiles for other domain types will not be available.

@pjmonks pjmonks added the bug Something isn't working label Feb 10, 2023
@pjmonks pjmonks self-assigned this Feb 10, 2023
@pjmonks pjmonks added this to the 7.3.0 milestone Feb 10, 2023
pjmonks added a commit that referenced this issue 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.
jamesrwelch added a commit that referenced this issue Feb 20, 2023
gh-756 Update bulk editor to differentiate between data type domains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Merged to Develop / Waiting to release
Development

Successfully merging a pull request may close this issue.

1 participant