Update progress modal#2909
Conversation
489f63c to
d8fe718
Compare
|
Oh, this is caused by a different issue. It seems like "Published Channel" has no imported content, yet the "Sync" option is available. So when you click "Sync", the request fails immediately with this validation error
|
|
Yes, I did chat with Richard about that and we decided that to handle that validation error, the most straightforward way (rather than trying to remove the sync option from the dropdown which would not be very easy) would just be to have the sync "work" (i.e. provide user feedback through the modal, because before nothing was happening and the previous modal just disappeared). But, good catch that it is "Stop" not "Refresh"... I thought I had updated that correctly, but I will take a second look. Thanks! |
contentcuration/contentcuration/frontend/channelEdit/views/progress/ProgressModal.vue
Outdated
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/channelEdit/views/progress/ProgressModal.vue
Outdated
Show resolved
Hide resolved
86a89e8 to
bc8c766
Compare


Description
This PR updates the Progress Modal to be used for Sync Resources tasks to provide user feedback - both when there are resources that can be synced, and also when there aren't.
Issue Addressed (if applicable)
Addresses #2555 and #2688
Steps to Test
Does this introduce any tech-debt items?
I wouldn't say there is new technical debt, but there is still some technical debt in the sense that not all of the tasks are truly managed by the ProgressModal - it's just the foundation that is there. This doesn't really change that, and there will probably have to be more changes that are made in the future based on use cases for different kinds of tasks/feedback.