-
Notifications
You must be signed in to change notification settings - Fork 63
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
Keep previous selection of new structure type if possible #6120
Conversation
Thanks a lot! This is an important improvement for the ones who are working intensively in the metadata editor. In my tests, it works fine for structure elements and metadata of structure elements for one process. @BartChris , @apiller , @subhhwendt , @matthiaskissler , @aetherfaerber, @Westedt: what do you think?
|
I think it would be easiest if the editor remembers the value only as long as the process is open (it would be an improvement nevertheless). |
@matthiaskissler : Thanks for the feedback! |
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.
This is a review from the users' perspective, not the technical one.
In my opinion, it works correctly - thanks a lot!
In case that further functionality is required (see #6120 (comment)), another issue should be created with the necessary requirements.
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.
Small suggestion only which can be resolved even on an other way.
Keep the previous selection in the dialog for adding new structures in the metadata editor. If the dialog is opened consecutively, the same value doesn't have to be reentered.
The selection is reset, when the previous value is not allowed on the current structure/position.
Resolves #5933.