Bug #9736
closedCustom app cannot edit after create and not showing the detail of the apk in the editing form in app publisher
100%
Files
Updated by Arshana Atapattu over 2 years ago
- File Screenshot from 2022-12-07 13-19-27.png Screenshot from 2022-12-07 13-19-27.png added
- File Screenshot from 2022-12-07 13-20-10.png Screenshot from 2022-12-07 13-20-10.png added
- File Screenshot from 2022-12-07 13-19-59.png Screenshot from 2022-12-07 13-19-59.png added
- File Screenshot from 2022-12-07 13-18-25.png Screenshot from 2022-12-07 13-18-25.png added
- Subject changed from Custom app cannot edit after create in app publisher to Custom app cannot edit after create and not showing the detail of the apk in the editing form in app publisher
- Priority changed from None to Medium
Issue 1.
When created a Custom app with a release and try to edit that release details and try to update, a error is shown1.
Issue 2.
when click on edit the application field has not automatically filled. A empty field is shown2.
How to reproduce: Go to app publisher -> select a custom app with not published release. -> click on edit -> fill data -> update
Browser: Google Chrome Version 107.0.5304.110 (Official Build) (64-bit)
Updated by Arshana Atapattu over 2 years ago
- Priority changed from Medium to High
Updated by Viranga Gunarathna about 2 years ago
- Project changed from product-iots 5.0.0 GA to product-uem 5.3.0 GA
Updated by Pahansith Gunathilake almost 2 years ago
- Assignee set to Dilini Bandara
Updated by Arshana Atapattu almost 2 years ago
the backend issue is with the validation part which check the app type [1a].
validateAppReleaseUpdating(customAppReleaseWrapper, applicationDTO, applicationArtifact,ApplicationType.ENTERPRISE.toString());
This ApplicationType.ENTERPRISE.toString() should be corrected as ApplicationType.CUSTOM.toString()
[1]
Updated by Dilini Bandara almost 2 years ago
- Status changed from New to 12
- % Done changed from 0 to 100
Updated by Arshana Atapattu almost 2 years ago
- Status changed from 10 to Closed
Closing due to QA accept