Bug #9736
closedCustom app cannot edit after create and not showing the detail of the apk in the editing form in app publisher
Added by Arshana Atapattu over 2 years ago. Updated almost 2 years ago.
100%
Files
Screenshot from 2022-12-07 13-19-27.png (520 KB) Screenshot from 2022-12-07 13-19-27.png | [1] | Arshana Atapattu, 07/12/2022 08:04 AM | |
Screenshot from 2022-12-07 13-20-10.png (45.6 KB) Screenshot from 2022-12-07 13-20-10.png | Arshana Atapattu, 07/12/2022 08:05 AM | ||
Screenshot from 2022-12-07 13-19-59.png (79.9 KB) Screenshot from 2022-12-07 13-19-59.png | Arshana Atapattu, 07/12/2022 08:05 AM | ||
Screenshot from 2022-12-07 13-18-25.png (121 KB) Screenshot from 2022-12-07 13-18-25.png | [2] | Arshana Atapattu, 07/12/2022 08:06 AM | |
Screenshot from 2023-04-19 14-53-18.png (285 KB) Screenshot from 2023-04-19 14-53-18.png | [1a] | Arshana Atapattu, 19/04/2023 09:26 AM |
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 over 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