discourse/app
getabetterpic 87725206cd Fix bug when adding new custom group
When adding a new group, if Delete was clicked before saving the
group, the modal would come up, but the Yes confirmation would
do nothing. This fixes that by taking an approach similar to the
Badges and checks to see if the Group is new, and if it is, just
returns to the index instead of invoking the confirm modal.

This also fixes the redirect after saving a new Group.
2015-09-17 10:23:58 -04:00
..
assets Fix bug when adding new custom group 2015-09-17 10:23:58 -04:00
controllers FIX: return 422 if the invite is already redeemed 2015-09-16 17:30:00 +05:30
helpers FIX: Strip lightbox metadata from embedding comments 2015-08-21 15:22:50 -04:00
jobs FEATURE: export dashboard reports to csv file 2015-09-15 16:45:10 -04:00
mailers Remove hard-coded fallback to English locale 2015-09-06 21:24:38 +02:00
models FIX: return 422 if the invite is already redeemed 2015-09-16 17:30:00 +05:30
serializers Merge pull request #3749 from riking/patch-1 2015-09-11 12:22:58 -04:00
services FIX: send new email activation token if the original token expired 2015-08-24 12:00:00 +05:30
views FIX: show category links if category has sub-categories in nojs view 2015-09-13 01:02:00 +05:30