You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the above code change, I get a 400 error on requests to get the groupRoles and the securableGroupRoles when the User & Group Access modal is loading.
When I update the mdm-resources to set the Classifier domaintype from 'Classification' to 'classifier',
the requests return with 200. Should mdm-resources be updated to match the domainType in mdm-core?
The mdm-resources builds the 2 requests and sends:
/api/Classification/<classifier_uuid>/groupRoles/
/api/Classification/<classifier_uuid>/securableResourceGroupRoles/
but the mdm-core grails app expects these paths:
/api/classifiers/<classifier_uuid>/groupRoles/
/api/classifiers/<classifier_uuid>/securableResourceGroupRoles/
I've made a change locally to enable User & Group Access editing for Classifications in the mdm-ui.
/src/app/classification/classification-details/classification-details.component.ts
After the above code change, I get a 400 error on requests to get the groupRoles and the securableGroupRoles when the User & Group Access modal is loading.
When I update the mdm-resources to set the Classifier domaintype from 'Classification' to 'classifier',
the requests return with 200. Should mdm-resources be updated to match the domainType in mdm-core?
mdm-core seems to set the Classifiers domainType here:
https://github.com/MauroDataMapper/mdm-core/blob/18e0a40a8c77206e307cdade6715f720d06e1ce5/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Classifier.groovy#L94
mdm-resources sets the Classifiers CatalogueItemDomainType here:
mdm-resources/src/mdm-common.model.ts
Line 61 in 57006ec
The text was updated successfully, but these errors were encountered: