FAQ/UpdatingReportDesigner-for-Izenda-6.7.0.272.md
... ...
@@ -1,15 +1,23 @@
1
-When updating to Izenda **6.7.0.272** there are new changes to the _ReportDesigner.aspx_ file at the root of a standard Izenda deployment.
1
+#Updating to version 6.7.272+
2 2
3
-This file is not included with your Maintenance update - so there are two ways to update this to be compatible into the future:
3
+[[_TOC_]]
4 4
5
-1) Download the full Izenda RI at http://www.izenda.com/Site/DownloadComplete.aspx and update your ReportDesigner.aspx to the newer copy.
5
+##Question
6 6
7
-**--OR--**
7
+How do I upgrade from an earlier version to something beyond 6.7.0.271? I'm getting $ is not defined errors when I try and apply this change.
8 8
9
-2) Update the _ReportDesigner.aspx_ page manually:
9
+##Answer
10 10
11
-* Open _ReportDesigner.aspx_ page within Notepad++, Visual Studio or another code tool.
11
+Between version 6.7.0.271 and 6.7.0.272, changes were made to the jQuery library inclusion behavior to avoid conflicts with other deployments of jQuery customers may be using. Upgrading to this version requires some additional steps other than just replacing the DLL with the new version.
12 12
13
-* Replace the character ``$`` with ``jq$`` in the line ``$(document).ready(function() {``
13
+###Updating the Report Designer
14 14
15
-* Relaunch your deployment- be sure to empty the page cache using 'F5' in your browser.
... ...
\ No newline at end of file
0
+To complete the upgrade to version 6.7.0.272, you need to modify the ReportDesigner.aspx page manually. This can be achieved by first finding the file in your reporting directory. Below is a screenshot of where to find it.
1
+
2
+![](/UpdatingReportDesigner-for-Izenda-v6-7-272/report_designer.png)
3
+
4
+Once you have located it, open it and change the line marked in red in the screenshot below to read **jq$** instead of just **$**.
5
+
6
+![](/UpdatingReportDesigner-for-Izenda-v6-7-272/report_designer_3.png)
7
+
8
+Once you have done that, and assuming you completed the normal steps in the process, you should no longer see the errors related to "$ is not defined".
... ...
\ No newline at end of file
UpdatingReportDesigner-for-Izenda-v6-7-272.md
... ...
@@ -1,23 +0,0 @@
1
-#Updating to version 6.7.272+
2
-
3
-[[_TOC_]]
4
-
5
-##Question
6
-
7
-How do I upgrade from an earlier version to something beyond 6.7.0.271? I'm getting $ is not defined errors when I try and apply this change.
8
-
9
-##Answer
10
-
11
-Between version 6.7.0.271 and 6.7.0.272, changes were made to the jQuery library inclusion behavior to avoid conflicts with other deployments of jQuery customers may be using. Upgrading to this version requires some additional steps other than just replacing the DLL with the new version.
12
-
13
-###Updating the Report Designer
14
-
15
-To complete the upgrade to version 6.7.0.272, you need to modify the ReportDesigner.aspx page manually. This can be achieved by first finding the file in your reporting directory. Below is a screenshot of where to find it.
16
-
17
-![](/UpdatingReportDesigner-for-Izenda-v6-7-272/report_designer.png)
18
-
19
-Once you have located it, open it and change the line marked in red in the screenshot below to read **jq$** instead of just **$**.
20
-
21
-![](/UpdatingReportDesigner-for-Izenda-v6-7-272/report_designer_3.png)
22
-
23
-Once you have done that, and assuming you completed the normal steps in the process, you should no longer see the errors related to "$ is not defined".
... ...
\ No newline at end of file