discourse/app
Blake Erickson bd49d4af1a FIX: Flair icon being removed when updating other profile info
The commit: 75069ff179

allows users to remove their primary group, but this introduced a bug
where if you were to edit any other profile info like location or
website which is a form on a separate page then the flair dropdown,
would cause the selected flair to be removed.

This fix ensures that if the `primary_group_id` parameter is missing
from the update payload it does not remove the existing
`primary_group_id`. It will only remove the `primary_group_id` if it is
present in the payload and empty.
2020-02-07 16:26:33 -07:00
..
assets REFACOR: Closing Tag Changes 2020-02-07 10:54:45 -06:00
controllers UX: introduces icon-picker component for badges (#8844) 2020-02-05 00:41:10 +01:00
helpers DEV: Add DEBUG_PRELOADED_APP_DATA to log pre-loaded JSON in development (#8873) 2020-02-06 13:14:33 +10:00
jobs FEATURE: Send suspect users to the review queue (#8811) 2020-01-29 15:38:27 -03:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models DEV: Drop legacy OpenID 2.0 support (#8894) 2020-02-07 17:32:35 +00:00
serializers FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
services FIX: Flair icon being removed when updating other profile info 2020-02-07 16:26:33 -07:00
views FIX: use schema.org's BreadcrumList 2020-01-21 22:27:21 +01:00