Actions
Improvement #12478
openImprovement #12501: Improvements in admx ingestion support feature
Complete Update and Delete Functionalities for Custom ADMX Ingestion Support Feature
Start date:
29/01/2025
Due date:
% Done:
0%
Estimated time:
Device Type:
Windows
Component:
Device Management
Type:
Description
Description
The update and delete functionalities for ADMX, ADML files and data are partially completed and need further improvements.
- Delete Functionality:
We’ve implemented the basic functionalities for delete. needs to implement the mechanism, When a policy references an ADMX file, its state is set to “Inuse,” which disables the delete button. This state remains until we confirm that no feature code from the ADMX file is included in the currently applied policies on Windows devices. Once confirmed, the state changes back to “Available,” then re-enabling the delete button and allowing deletion of the ADMX file.
- Update Functionality:
Partially completed but requires enhancements for better consistency.
Ref: https://github.com/entgra-proprietary/emm-proprietary-plugins/pull/43/files#r1932786933
Actions