diff --git a/Changelog.md b/Changelog.md index 12ee95f71..a0634c3f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ * Removed unused stuff [#3714](https://github.com/diaspora/diaspora/pull/3714), [#3754](https://github.com/diaspora/diaspora/pull/3754) * Last post link isn't displayed anymore if there are no visible posts [#3750](https://github.com/diaspora/diaspora/issues/3750) * Ported tag followings to backbone [#3713](https://github.com/diaspora/diaspora/pull/3713) +* fixed tags on the profiles page (broken by the change of server side response in the switch to backbone) [#3775](https://github.com/diaspora/diaspora/pull/3777) * Extracted configuration system to a gem. * Made number of unicorn workers configurable. * Made loading of the configuration environment independent of Rails. diff --git a/app/views/profiles/_edit_public.haml b/app/views/profiles/_edit_public.haml index 89a59ad5e..39df8f72a 100644 --- a/app/views/profiles/_edit_public.haml +++ b/app/views/profiles/_edit_public.haml @@ -12,10 +12,11 @@ autocompleteInput.autoSuggest("#{tags_path}", { selectedItemProp: "name", + selectedValuesProp: "name", searchObjProps: "name", asHtmlID: "tags", neverSubmit: true, - retriveLimit: 10, + retrieveLimit: 10, minChars: 2, keyDelay: 200, startText: "",