Skip to content

Commit

Permalink
Force save on a newly created user preference, fixes #652
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicitus committed Apr 25, 2016
1 parent 28edd48 commit f0310e3
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 f0310e3

Please sign in to comment.