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/views/modal
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
..
archetype_options_modal_view.js Some javascript refactoring: Move markdown functions into their own classs, remove extraneous window. calls. 2013-03-05 14:53:55 -05:00
archetype_options_view.js remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
colors_view.js Show which category colors have already been used when creating/editing a category 2013-04-08 18:33:51 -04:00
create_account_view.js Replaced Em.run.next with the more proper Em.run.schedule('afterRender') 2013-05-20 12:20:10 -04:00
edit_category_view.js FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
edit_topic_auto_close_view.js Don't reload the page when auto close time is changed 2013-05-13 16:25:17 -04:00
flag_view.js FIX: You can't change a subject whilst Flagging 2013-05-27 22:29:24 +02:00
forgot_password_view.js Calls to Discourse.ajax no longer need getURL -- will be done automatically. 2013-05-07 15:16:27 -04:00
history_view.js show diff in post history view 2013-04-29 03:20:51 +02:00
image_selector_view.js consistent behavior regarding file uploads 2013-04-05 01:07:31 +02:00
invite_modal_view.js Replaced Em.run.next with the more proper Em.run.schedule('afterRender') 2013-05-20 12:20:10 -04:00
invite_private_modal_view.js Replaced Em.run.next with the more proper Em.run.schedule('afterRender') 2013-05-20 12:20:10 -04:00
login_view.js Removed bindings to Discourse.site 2013-05-24 11:56:40 -04:00
merge_topic_view.js Support for "Select All / Deselect All" while selecting posts to merge / delete. 2013-05-16 16:50:38 -04:00
modal_body_view.js Replaced Em.run.next with the more proper Em.run.schedule('afterRender') 2013-05-20 12:20:10 -04:00
modal_view.js Replaced Em.run.next with the more proper Em.run.schedule('afterRender') 2013-05-20 12:20:10 -04:00
not_activated_view.js Calls to Discourse.ajax no longer need getURL -- will be done automatically. 2013-05-07 15:16:27 -04:00
option_boolean_view.js Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
split_topic_view.js Remove modal state to choose move type. Instead use two buttons on the multi select popup, one 2013-05-16 14:22:41 -04:00
topic_rank_details_view.js Debugging Tool for Hot Topics 2013-04-02 18:00:53 -04:00