Add docUrl into metadata. #518

Merged
tcdlpds merged 1 commits from nipuni/device-mgt-core:11952 into master 1 hour ago
nipuni commented 3 days ago
Fixes for: https://roadmap.entgra.net/issues/11952
nipuni added 1 commit 3 days ago
tcdlpds requested changes 3 days ago
if (whiteLabelTheme.getDocUrl() == null) {
whiteLabelTheme.setDocUrl(defaultTheme.getDocUrl());
Metadata updatedMetadata = constructWhiteLabelThemeMetadata(whiteLabelTheme);
MetadataManagementDAOFactory.beginTransaction();
Owner

Start transaction with new try-catch block.

Start transaction with new try-catch block.
nipuni marked this conversation as resolved
return metadata;
}
private void updateWhiteLabelThemeWithDefaults(WhiteLabelTheme whiteLabelTheme, int tenantId)
Owner

Add Java Doc comment

Add Java Doc comment
nipuni marked this conversation as resolved
nipuni force-pushed 11952 from 61845b8c02 to 26a54a7a49 3 days ago
nipuni added 1 commit 3 days ago
nipuni force-pushed 11952 from db205de5b4 to b2d0b086e4 3 days ago
nipuni added 1 commit 9 hours ago
nipuni force-pushed 11952 from d653b4af66 to 43a19e6b7f 9 hours ago
nipuni added 1 commit 8 hours ago
nipuni force-pushed 11952 from 4b57c2139a to fade158e6d 8 hours ago
tcdlpds requested changes 2 hours ago
initializeWhiteLabelThemes();
}
private void initializeWhiteLabelThemes() throws MetadataManagementException {
Owner

Add Java Doc comment

Add Java Doc comment
nipuni marked this conversation as resolved
"for tenant: " + tenantId);
}
}
catch (MetadataManagementDAOException e) {
Owner

Fix formatting issue.

Fix formatting issue.
nipuni marked this conversation as resolved
nipuni added 1 commit 1 hour ago
nipuni force-pushed 11952 from dbd0a04723 to 113e422acd 1 hour ago
nipuni added 1 commit 1 hour ago
nipuni force-pushed 11952 from 13bfb146ce to 930f555835 1 hour ago
tcdlpds merged commit c5fd475d17 into master 1 hour ago

Reviewers

tcdlpds requested changes 2 hours ago
The pull request has been merged as c5fd475d17.
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#518
Loading…
There is no content yet.