You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML is now escaped by the updated dgrid for security reasons. Returning { html: ... } is necessary if raw html should be rendered.
See also dojo/dojo1-dgrid#1419
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
This project is intended to be integrated as a bundle to the installation of your map.apps manager.
3
3
4
4
## Installation Guide
5
-
**Requirement: map.apps 4.6.0**
5
+
**Requirement: map.apps 4.14**
6
6
7
7
Before you add the Bundle to your manager, please configure the user and the topic property in the manifest.json to point to your GitHub account. Topic can be left empty.
8
8
You will have to add a released bundle.jar/zip as a bundle in your map.apps manager.
0 commit comments