You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using UploadSet with "incompleteItem" aggregation due to the fact that we are processing our uploaded documents first, and set them as "Complete" at a later point. As the processing gets finished, we set the incompleteItem's "uploadState" property as "sap.m.UploadState.Complete".
Our expectation was that as the "uploadState" property gets an update to "Complete", the "incompleteItems" and "items" aggregation would get an update too. The processed item gets reducted from the "incompleteItems" aggregation and added into the "items" aggregation. However, we got to see that it is not the case. The incompleteItem object stays in the "incompleteItems" aggregration, even if it has a uploadState of "Complete".
We tried to manually remove the item from the "incompleteItem" aggregation and add/insert it into the "items" aggregation but it didn't work, because the object id was already used and removed.
UI5 Version: sap.m.upload.UploadSet 1.120.8
We are asking your support and expertise on this matter,
The created incident: DINC0129133 is with the UploadSet Development team. In order to better process the issue would it be possible to provide us with an Application URL, where we can retest the similar behavior Or any location where we can test the above mentioned behavior?
when we use insertItem or addItem API on the uploadSet control and pass the incomplete item to that method, it manages to remove it from incomplete list and place it in complete list. Please let us know if this was the expected outcome.
Hi gurus,
We are using UploadSet with "incompleteItem" aggregation due to the fact that we are processing our uploaded documents first, and set them as "Complete" at a later point. As the processing gets finished, we set the incompleteItem's "uploadState" property as "sap.m.UploadState.Complete".
Our expectation was that as the "uploadState" property gets an update to "Complete", the "incompleteItems" and "items" aggregation would get an update too. The processed item gets reducted from the "incompleteItems" aggregation and added into the "items" aggregation. However, we got to see that it is not the case. The incompleteItem object stays in the "incompleteItems" aggregration, even if it has a uploadState of "Complete".
We tried to manually remove the item from the "incompleteItem" aggregation and add/insert it into the "items" aggregation but it didn't work, because the object id was already used and removed.
UI5 Version: sap.m.upload.UploadSet 1.120.8
We are asking your support and expertise on this matter,
*A follow-up incident of the main incident: #4026
Thanks in advance,
Best,
Merve
The text was updated successfully, but these errors were encountered: