Skip to content

Commit

Permalink
Issue #260: prevent hide message bar when refresh child tab EPL-571
Browse files Browse the repository at this point in the history
  • Loading branch information
valenvivaldi committed Dec 1, 2023
1 parent 2957d61 commit db380b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ isc.OBStandardView.addProperties({
// at this point the time fields of the record are formatted in local time
localTime = true;
this.messageBar.hide();
if (this.parentView) {
if (this.parentView && (this.parentView.entity !== this.entity)) {
this.parentView.messageBar.hide();
}

Expand Down

0 comments on commit db380b6

Please sign in to comment.