bug #8228
refresh of details for same object in different bulk editors does not work
100%
Description
opening two bulk editors and set the focus on the same objects. When switching between the two bulk editors does not refresh the details/factual data view.
History
#1 Updated by Katja Luther almost 2 years ago
- Status changed from New to Resolved
this can be fixed with an additional check for the identity of the selection providing part and the activePart, when they are not the same the details view has to be refreshed.
#2 Updated by Katja Luther almost 2 years ago
- Assignee changed from Katja Luther to Patrick Plitzner
please review.
#3 Updated by Patrick Plitzner almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Patrick Plitzner to Katja Luther
Shouldn't bulk editor only open as singletons? What is the use case of having the same object selected in two different bulk editors?
#4 Updated by Katja Luther almost 2 years ago
Patrick Plitzner wrote:
Shouldn't bulk editor only open as singletons? What is the use case of having the same object selected in two different bulk editors?
Normally the bulkeditor would not be used for the same searches, but sometimes different bulkeditors are open with different searches but the result contains e.g. the same name.
#5 Updated by Katja Luther almost 2 years ago
- Assignee changed from Katja Luther to Patrick Plitzner
#6 Updated by Patrick Plitzner almost 2 years ago
- Status changed from Feedback to Closed
- Assignee changed from Patrick Plitzner to Katja Luther
- % Done changed from 0 to 100
I tested on nightly/rem_conf_am:
- I searched in the taxon bulk editor with the same search string
- I selected the same taxon
- In one factual data view I created a new description element
- When switching between the two bulk editors the factual data view is updated (one contains the new description element and the other doesn't)