Improvement #11711
openImprovement #11632: Patch management/ Windows updates related improvements
Add a refresh button for fetching the latest available updates for a device
100%
Description
The current Windows Updates tab does not have a Refresh button for fetching the latest available updates.
Need to trigger the OS-update operation to get the latest updates.
once the OS-update operation is triggered, it need to get received by the device and send the response back to device. This is not the case after adding WNS support (https://roadmap.entgra.net/issues/10222) where the device will not wait for the polling interval to send the update info. Hence we can keep the refresh button to refresh the view with latest updates if there is any. Something to note as well is that this OS updates info operation is not an operation that will be added to the device operations in a higher frequency. By default it is set to add this operation every 7 days.
this will take approximately 1min(agent will sync for every 30 seconds)
Files
Updated by Subodhinie chathurajika 6 months ago
- Subject changed from Add a refresh button which should be able to send the operation manually from that specific Windows Updates tab to Add a refresh button for fetching the latest available updates for a device
Updated by Oshani Silva 6 months ago
- Due date set to 20/08/2024
- Start date set to 07/08/2024
Updated by Oshani Silva 5 months ago
- Status changed from New to Implementation
- % Done changed from 0 to 70
Updated by Oshani Silva 4 months ago
- Status changed from Implementation to QA
- % Done changed from 90 to 100
Updated by Oshani Silva 4 months ago
Fix is given with the below redesign PR.
https://repository.entgra.net/proprietary/emm-proprietary-plugins/pulls/607
Updated by Arshana Atapattu 3 months ago
- File Screenshot from 2024-10-30 14-29-48.png Screenshot from 2024-10-30 14-29-48.png added
- Description updated (diff)
- Status changed from QA to Implementation
Updated by Oshani Silva 3 months ago
- Project changed from product-uem 6.3.0 GA to product-uem 7.0.0 GA
- Due date changed from 20/08/2024 to 28/11/2024
- Start date changed from 07/08/2024 to 26/11/2024
Updated by Oshani Silva 3 months ago
- Due date changed from 28/11/2024 to 05/12/2024
- Start date changed from 26/11/2024 to 03/12/2024
Updated by Oshani Silva 2 months ago
- Due date changed from 05/12/2024 to 06/12/2024
- Start date changed from 03/12/2024 to 04/12/2024
Updated by Oshani Silva about 2 months ago
- Assignee changed from Oshani Silva to Nipuni Kavindya
Updated by Navod Zoysa about 2 months ago
- Description updated (diff)
- Assignee changed from Nipuni Kavindya to Subodhinie chathurajika
Updated by Subodhinie chathurajika 3 days ago
- Status changed from Implementation to QA
When the "Refresh" button is clicked, the latest updates available in the database are fetched and displayed.