discourse/app
Martin Brennan 4dc93a53e4
FIX: Reset preProcessorStatus state correctly for composer-upload-uppy (#14111)
When resetting the preprocessor status states, we weren't using
the same default state as when the preprocessor status state is
first initialized with an associated plugin. This commit brings
the two into alignment, fixing a bug where if you cancelled an
upload then tried a new one the "Processing Upload" message would
never change to "Uploading... X", so any subsequent uploads were
uncancellable.

Since the state was not being reset correctly, the properties that
were supposed to be numbers ended up as `undefined`, so when calling
prop-- or prop++, they turned into NaN.
2021-08-23 13:50:37 +10:00
..
assets FIX: Reset preProcessorStatus state correctly for composer-upload-uppy (#14111) 2021-08-23 13:50:37 +10:00
controllers FIX: Deprecated method should still behave the same. (#14067) 2021-08-19 09:58:26 +08:00
helpers DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00
jobs DEV: decrease webhook timeout and move to 'low' priority queue. (#14038) 2021-08-13 10:41:02 +05:30
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models DEV: UserOption.user_tzinfo (#14088) 2021-08-19 21:56:14 +02:00
serializers REVERT "FIX: do not show private group flair on user avatars" (#13991) 2021-08-10 17:25:11 +05:30
services DEV: don't merge email address if target user is not human. (#13915) 2021-08-03 10:04:35 +05:30
views DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00