Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #138 from TomasHofman/JBEAP-2006
Browse files Browse the repository at this point in the history
[JBEAP-2006] When first editing PicketLink Federation key store wrong…
  • Loading branch information
hpehl committed Mar 9, 2016
2 parents 2b17598 + dde69a7 commit e3eaa15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ void update(ModelNode modelNode) {

void reset() {
formAssets.getForm().clearValues();
formAssets.getForm().edit(new ModelNode());
formAssets.getForm().editTransient(new ModelNode());
}
}

0 comments on commit e3eaa15

Please sign in to comment.