This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Régis Hanol f184090444 FIX: You can't change a subject whilst Flagging
Meta: [You can't change a subject whilst Flagging](http://meta.discourse.org/t/you-can-t-change-a-subject-whilst-flagging/6887)

This revert a change made by @eviltrout in b794830a25 in the `flag_view.js`.
The `Em.run.schedule('afterRender', function() {...})` is apparently not enough. Had to schedule the event on the next run loop.

Hopefully, the PR emberjs/ember.js#1235 will soon be merged in and we'll have a proper radio button control in Ember.js.
2013-05-27 22:29:24 +02:00
..
components Search correctly passes context data to server 2013-05-24 12:21:53 -04:00
controllers Bounce the popup tips again when you click submit button again 2013-05-27 11:51:27 -04:00
helpers Composer uses bouncing popup messages beside fields with invalid values when you click the submit button 2013-05-24 12:26:17 -04:00
mixins Support for "Select All / Deselect All" while selecting posts to merge / delete. 2013-05-16 16:50:38 -04:00
models FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
routes FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
templates FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
views FIX: You can't change a subject whilst Flagging 2013-05-27 22:29:24 +02:00