Fix for the issue showing as no details in the subscription details in the app store #527
Closed
ruwin
wants to merge 1 commits from ruwin/device-mgt-core:no-details
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ruwin/device-mgt-core:no-details'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Description
This pull request addresses a bug fix to showing as no details even when there are subscription details in the app store.
The following changes have been made:
Tests approved
How can this issue fixed with this fix, can you please explain the logical error that you have received and the fix.
The issue happened because the system couldn't find the necessary DTO class it needed to process data, which caused it to return no data when tried to access it through the API. Everything was working fine up until the point where it needed to handle the data serialization, but since it couldn't find the required class, it just returned as no data. Adding the missing package to the OSGi import list fixed the problem by making this class available.
Reviewers