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
ruwin commented 1 month ago

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:

  • Added a missing configuration.
## Purpose * Fixed https://roadmap.entgra.net/issues/11476 ## 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: * Added a missing configuration.
ruwin added 1 commit 1 month ago
PullRequestValidation/community/device-mgt-core/pipeline/pr-master This commit looks good Details
10856245c4
Fix for the issue showing as no details in the subscription details in app store
entgra reviewed 1 month ago
entgra left a comment
Owner

Tests approved

Tests approved
tcdlpds requested changes 1 month ago
tcdlpds left a comment
Owner

How can this issue fixed with this fix, can you please explain the logical error that you have received and the fix.

How can this issue fixed with this fix, can you please explain the logical error that you have received and the fix.
Poster

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.

> 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.
ruwin closed this pull request 2 weeks ago

Reviewers

tcdlpds requested changes 1 month ago
All checks were successful
PullRequestValidation/community/device-mgt-core/pipeline/pr-master This commit looks good
Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

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