Opened 10 years ago
Closed 10 years ago
#12896 closed Bug (fixed)
[Notification Aggregator] Message should not change to singular if only one file is remaining
Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Scenario:
- 2 files drop to upload,
- first upload is done.
Expected result: see the message: "Uploading files 1/2..."
Actual result: message changes to the single upload message: "Uploading file...", but the background show progress in the half what suggest that half of that file is already uploaded.
The single task message should be shown only if aggregator contains only one task.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Status: | assigned → review |
---|
comment:3 Changed 10 years ago by
Also without this fix if only one file is uploading notificationShow
event is fired with plural message, ex. 'Uploading files, 1 of 1 done (100%)...'
instead of 'Uploading file (100%)...'
.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on major with git:5bf8989.
Changes in t/12896.