Improvement #11712
openproduct-uem 7.1.0 GA - Task #11893: Improvements For Policy UI
Add search for windows policy filtering
100%
Files
Updated by Oshani Silva 5 months ago
- Due date changed from 29/08/2024 to 18/09/2024
- Assignee changed from Oshani Silva to Nipuni Kavindya
- Start date changed from 22/08/2024 to 09/09/2024
Updated by Lasantha Dharmakeerthi 5 months ago
- Due date changed from 18/09/2024 to 19/09/2024
Updated by Oshani Silva 5 months ago
- Due date changed from 19/09/2024 to 20/09/2024
- Start date changed from 09/09/2024 to 11/09/2024
Updated by Oshani Silva 4 months ago
- Project changed from product-uem 6.3.0 GA to product-uem 7.0.0 GA
- Due date changed from 20/09/2024 to 25/10/2024
- Start date changed from 11/09/2024 to 17/10/2024
- Parent task changed from #11696 to #11893
Updated by Oshani Silva 3 months ago
- Due date changed from 25/10/2024 to 25/11/2024
- Start date changed from 17/10/2024 to 04/11/2024
Updated by Oshani Silva 3 months ago
- Due date changed from 25/11/2024 to 29/11/2024
- Status changed from New to Implementation
- Assignee changed from Nipuni Kavindya to Oshani Silva
Updated by Oshani Silva 2 months ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Updated by Oshani Silva about 2 months ago
- Due date changed from 29/11/2024 to 04/12/2024
- Status changed from Implementation to QA
- % Done changed from 0 to 100
Updated by Arshana Atapattu about 1 month ago
- File Screenshot 2024-12-17 132817.png Screenshot 2024-12-17 132817.png added
- File policy.png policy.png added
- File Screenshot from 2024-12-17 13-36-39.png Screenshot from 2024-12-17 13-36-39.png added
- File Screenshot from 2024-12-17 13-37-14.png Screenshot from 2024-12-17 13-37-14.png added
- File vokoscreen-2024-12-17_13-35-30.mkv vokoscreen-2024-12-17_13-35-30.mkv added
- Status changed from QA to QA Reject
Issue 1:
policies are not getting applied.
payload of ADMX edge policy: [1]
in windows machine, edge browser it is showing as no policies: [2]
how it should be: [3]
can refer to https://roadmap.entgra.net/issues/11594#note-10
Issue 2
Some times searching by 2 words are not showing desired result.
When searched by 2 words, even if there is a policy exist by that name, they are not shown.
EX: when searching by "app" it shows app Privacy and app runtime [4]
but when search by "app run" it shows nothing [5]
Please refer the video [6] for more info.
Video is attached into the file section
[2]
[3]
[4]
[5]
[1]
{
"policyName":"Test windows",
"description":"",
"active":true,
"compliance":"enforce",
"ownershipType":null,
"policyType":"GENERAL",
"profile":{
"profileName":"Test windows",
"deviceType":"windows",
"profileFeaturesList":[
{
"featureCode":"ADMX_Edge",
"deviceType":"windows",
"content":[
{
"name":"AllowCrossOriginAuthPrompt",
"status":"ENABLED"
},
{
"name":"WindowsHelloForHTTPAuthEnabled",
"status":"ENABLED"
}
],
"correctiveActions":[
]
}
]
},
"deviceGroups":[
{
"id":14,
"name":"Test Group"
}
],
"roles":[
"ANY"
],
"users":[
]
}
Updated by Oshani Silva 27 days ago
- File clipboard-202501030909-zdsvn.png clipboard-202501030909-zdsvn.png added
- Status changed from QA Reject to QA
The Issue 1 mentioned on the ticket was not reproduced locally after building the latest pack. As shown in the screenshot [1] the Edge policy was applied after the Search improvement.
Also, the payload created was compared before and after the policy search was introduced, and no change was seen to the payload. Hence seemingly, this cannot be an issue introduced by the Search Improvement.
[1]
The below fix is given for the mentioned Issue 2
https://github.com/entgra-proprietary/emm-proprietary-plugins/pull/44
Updated by Arshana Atapattu about 21 hours ago
when the policy page load, and user click on the search field, it shows nothing [6]