Author: jleroux
Date: Tue Jan 31 09:22:11 2017
New Revision: 1781037
URL:
http://svn.apache.org/viewvc?rev=1781037&view=revLog:
No functional change, updates Supported Content Types in example controller to
be the same than in birt controller
Modified:
ofbiz/trunk/plugins/example/webapp/example/WEB-INF/controller.xml
Modified: ofbiz/trunk/plugins/example/webapp/example/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/plugins/example/webapp/example/WEB-INF/controller.xml?rev=1781037&r1=1781036&r2=1781037&view=diff==============================================================================
--- ofbiz/trunk/plugins/example/webapp/example/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/plugins/example/webapp/example/WEB-INF/controller.xml Tue Jan 31 09:22:11 2017
@@ -299,6 +299,9 @@ under the License.
application/vnd.oasis.opendocument.text
application/vnd.oasis.opendocument.spreadsheet
application/vnd.oasis.opendocument.presentation
+ application/vnd.openxmlformats-officedocument.wordprocessingml.document
+ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+ application/vnd.openxmlformats-officedocument.presentationml.presentation
-->
<view-map name="ExampleReportPdfOptions" type="screen" page="component://example/widget/example/ExampleScreens.xml#ExampleReportPdfOptions"/>