mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix custom app loading issue
This commit is contained in:
parent
8ce3318645
commit
a3e0eb031c
@ -323,6 +323,7 @@ public class APIUtil {
|
||||
applicationReleaseDTO.setDescription(customAppReleaseWrapper.getDescription());
|
||||
applicationReleaseDTO.setReleaseType(customAppReleaseWrapper.getReleaseType());
|
||||
applicationReleaseDTO.setVersion(customAppReleaseWrapper.getVersion());
|
||||
applicationReleaseDTO.setSupportedOsVersions(Constants.ANY);
|
||||
applicationReleaseDTO.setPackageName(customAppReleaseWrapper.getPackageName());
|
||||
applicationReleaseDTO.setPrice(customAppReleaseWrapper.getPrice());
|
||||
applicationReleaseDTO.setIsSharedWithAllTenants(customAppReleaseWrapper.getIsSharedWithAllTenants());
|
||||
|
||||
@ -90,6 +90,8 @@ class Dashboard extends React.Component {
|
||||
APP</Link></Menu.Item>
|
||||
<Menu.Item key="setting:3"><Link to="/publisher/add-new-app/web-clip">Web
|
||||
Clip</Link></Menu.Item>
|
||||
<Menu.Item key="setting:3"><Link to="/publisher/add-new-app/custom-app">Custom
|
||||
App</Link></Menu.Item>
|
||||
</SubMenu>
|
||||
<Menu.Item key="2"><Link to="/publisher/manage"><Icon
|
||||
type="control"/>Manage</Link></Menu.Item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user