Bug 994 - AMP Dashboard shows device information of devices which are not assigned to a device admin
Review Request #361 — Created July 23, 2024 and submitted
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7_0 | |
| 994 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
Bug 994 - AMP Dashboard shows device information of devices which are not assigned to a device admin
An existing issue with start.sh script causing the extension to be installed in the AMP.Also observed that the current installation steps not installing the extension changes. So proposing to use and additional step after the installation of AMP.
cd exts && rpm -ivh *.rpm --replacefiles
This will check and install the newer version of extensions if available. We might not face this issue if we are installting the extension using rpm file separately.
The changes are tested locally with dev builds.
| Description | From | Last Updated |
|---|---|---|
|
Who has to call the following steps ? cd exts && rpm -ivh *.rpm --replacefiles |
|
-
-
branches/amp_3_7_0/extensions/monitoring/start.sh (Diff revision 2) Who has to call the following steps ?
cd exts && rpm -ivh *.rpm --replacefiles
