]> source.dussan.org Git - vaadin-framework.git/commit
fix: Add MPR UI id request parameter (#12412)
authorMikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Tue, 28 Sep 2021 08:01:19 +0000 (11:01 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 08:01:19 +0000 (11:01 +0300)
commitc982b1c531b7367ed43976a87be3818e3eeb8e79
tree60a3c5ab9f638be5079a9c6e792841b8d536aa6c
parent2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8
fix: Add MPR UI id request parameter (#12412)

* fix: Add MPR UI id request parameter

Related-to https://github.com/vaadin/multiplatform-runtime/issues/85

* test: Remove redundant non-empty param test

* test: Remove leftovers

* fix: Init window.mprUiId earlier than window.vaadin

* Add missing '='
server/src/main/resources/VAADIN/vaadinBootstrap.js
uitest/src/main/java/com/vaadin/tests/components/ui/UIInitBrowserDetails.java
uitest/src/test/java/com/vaadin/tests/components/ui/UIInitBrowserDetailsTest.java