diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/PartKeepr.js b/src/PartKeepr/FrontendBundle/Resources/public/js/PartKeepr.js index 6e25804a7..a17f78347 100644 --- a/src/PartKeepr/FrontendBundle/Resources/public/js/PartKeepr.js +++ b/src/PartKeepr/FrontendBundle/Resources/public/js/PartKeepr.js @@ -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); } },