-
Notifications
You must be signed in to change notification settings - Fork 5
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
Show version numbers in view/edit profiles dropdown #494
Conversation
e68bce5
to
3aeaab2
Compare
- Filtering of used/unused profile lists is performed by backend defaults - Show profile version number in view/edit dropdown - Use version when saving/validating profile data
3aeaab2
to
6ef9e88
Compare
Depends on MauroDataMapper/mdm-resources#56. Also depends on MauroDataMapper/mdm-core#293 (merged to develop). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing that seems to have stopped working with this commit... is that when you add a new profile, it doesn't properly route the next page to display the new profile properly... Are you able to reproduce this and work out this issue?
0b27cfb
to
ff86ff1
Compare
Yes I had noticed similar issues, although I think they were already occurring on develop branch (raised as gh-503). Looking again I have realised it is related to how the new configurable default profile is set. The above commit resolves it for me however as the issue was sometimes intermittent, could you check if this resolves it for you? |
Commit 25bdaf7 contains a change to gh-350 Default dynamic profile view configuration: The API property to set is still As the profile display names may not be unique, the default profiles are now set by:
|
1679506
to
ccf110a
Compare
- Use fieldTotal and metadataPropertyName values when handling profile errors (part of mc-9719) - Reset profile values after cancelling adding or editing a profile (resolves gh-502) - Fix to gh-350 to get default profiles from hierarchy (e.g. set class default from model) - Change to gh-350 to set default profile by unique namespace, name and version
ccf110a
to
25bdaf7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work, well done!
Add version number to profile view/edit dropdown and allow backend to filter versions of profiles displayed (resolves gh-493)