Fix unknown application type error when installing web apps #392

Merged
tcdlpds merged 2 commits from ashvini/device-mgt-core:Bug#10953 into master 4 months ago
There is no content yet.
ashvini added 1 commit 5 months ago
tcdlpds requested changes 5 months ago
// 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");
Owner

If this is not required remove it, do not keep it by commenting.

If this is not required remove it, do not keep it by commenting.
ashvini added 1 commit 4 months ago
tcdlpds merged commit 03d6a145d8 into master 4 months ago

Reviewers

tcdlpds requested changes 5 months ago
The pull request has been merged as 03d6a145d8.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: community/device-mgt-core#392
Loading…
There is no content yet.