Skip to content

Commit

Permalink
#289 New/Delete buttons missing when a document was initially loaded
Browse files Browse the repository at this point in the history
solution: update the included details status after loading the document
(cherry picked from commit a181e7b)
  • Loading branch information
teosarca authored and metas-ts committed Apr 7, 2017
1 parent e281552 commit 94fdfc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/metas/ui/web/window/model/Document.java
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,7 @@ public Document build()
//
// Update document's valid status
document.checkAndGetValidStatus(OnValidStatusChanged.DO_NOTHING);
document.updateIncludedDetailsStatus();

//
// Update document's save status
Expand Down

0 comments on commit 94fdfc6

Please sign in to comment.