Fix unknown application type error when installing web apps #392
Merged
tcdlpds
merged 2 commits from ashvini/device-mgt-core:Bug#10953
into master
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ashvini/device-mgt-core:Bug#10953'
Deleting a branch is permanent. It CANNOT be undone. Continue?
// webApplication.setType(application.getType().toString());
// Hard-corded "type" to "webapp". Some agent versions accept only "webapp" as the type.
webApplication.setType("webapp");
// webApplication.setType("webapp");
If this is not required remove it, do not keep it by commenting.
03d6a145d8
into master 6 months agoReviewers
03d6a145d8
.