Skip to content

Commit

Permalink
Merge pull request #261 from etendosoftware/hotfix/#260-EPL-571
Browse files Browse the repository at this point in the history
Issue #260: prevent hide message bar when refresh child tab
  • Loading branch information
valeg-etendo authored Dec 5, 2023
2 parents e1472d6 + a41f8a5 commit f884fec
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 f884fec

Please sign in to comment.