mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'issue-work-287' into 'master'
Hide package name METADATA showing as "default.app.com" for web-clip apps Closes product-iots#287 See merge request entgra/carbon-device-mgt!688
This commit is contained in:
commit
c4927c3508
@ -153,7 +153,7 @@ class ReleaseView extends React.Component {
|
||||
metaData = JSON.parse(release.metaData);
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (e) {}
|
||||
if (app.hasOwnProperty('packageName')) {
|
||||
if (app.type !== 'WEB_CLIP' && app.hasOwnProperty('packageName')) {
|
||||
metaData.push({
|
||||
key: 'Package Name',
|
||||
value: app.packageName,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user