wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Removing DOM ID duplication in geo dashboard unit #1164

Closed rasika closed 6 years ago

rasika commented 6 years ago

Purpose

When geo location services is enabled and navigated into the device overview page browser duplicate DOM ID errors thrown in browser console. Further; two instances of geo-maps loaded in the same page. This PR resolves https://github.com/wso2/product-iots/issues/1623.

Goals

Removing DOM ID duplication in geo dashboard unit

Approach

DOM IDs renamed to avoid duplication

User stories

N/A

Release note

Removing DOM ID duplication in geo dashboard unit

Documentation

N/A

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

Security checks

Samples

N/A

Related PRs

https://github.com/wso2/carbon-device-mgt-plugins/pull/873

Migrations (if applicable)

N/A

Test environment

Maven home: /usr/local/Cellar/maven/3.5.2/libexec Java version: 1.8.0_141, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.13.2", arch: "x86_64", family: "mac"

Learning

N/A