Skip to content

Commit

Permalink
Merge pull request #654 from partkeepr/PartKeepr-652
Browse files Browse the repository at this point in the history
Force save on a newly created user preference, fixes #652
  • Loading branch information
Timo A. Hummel committed Apr 25, 2016
2 parents 0919df2 + f0310e3 commit 79b646b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Ext.application({
var j = new PartKeepr.AuthBundle.Entity.UserPreference();
j.set("preferenceKey", key);
j.set("preferenceValue", value);

j.save();
this.userPreferenceStore.add(j);
}
},
Expand Down

0 comments on commit 79b646b

Please sign in to comment.