Changes between Initial Version and Version 1 of Ticket #12965
- Timestamp:
- Feb 24, 2015, 11:49:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12965 – Description
initial v1 1 1 Uploads Repository is missing some important methods: 2 3 repository.isFinished - return true if all uploads are done, 4 repository.loaders - return all loaders in upload repository. 2 - `repository.isFinished` - returns true if all uploads are done, 3 - `repository.loaders` - returns all loaders in upload repository. 5 4 6 5 It would be useful if one wants to block save button until all uploads are done.