Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 23, 2020
2 parents 90644c4 + 1d8d70c commit eee9272
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -47,6 +47,11 @@ protected void onInitialize() {
}

private void initLayout() {
//TODO migth fix MID-6125, not sure about this one, it's really hard to replicate
// but prismContext is transient so it might be lost during the serilaization/deserialization
if (getModelObject() != null) {
AbstractItemWrapperColumnPanel.this.getModelObject().revive(getPageBase().getPrismContext());
}
ListView<VW> listView = new ListView<VW>(ID_VALUES, new PropertyModel<>(getModel(), "values")) {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit eee9272

Please sign in to comment.