This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 6871ef0  Fixed: View for ViewBinaryDataResource missing (OFBIZ-12552)
6871ef0 is described below

commit 6871ef0c9c0947ea7489b5dd5cd5fd12aebc2b01
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Feb 1 13:14:43 2022 +0100

    Fixed: View for ViewBinaryDataResource missing (OFBIZ-12552)
    
    The view definition for ViewBinaryDataResource is missing.
    Goto: /content/control/EditDataResource?dataResourceId=GZ-DIG
    Click the "Download"-Button.
    
    Thanks: Ingo Wolfmayr for the patch
    
    Conflicts handled by hand
---
 applications/content/webapp/content/WEB-INF/controller.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/applications/content/webapp/content/WEB-INF/controller.xml 
b/applications/content/webapp/content/WEB-INF/controller.xml
index 0732b6c..f3d8e58 100644
--- a/applications/content/webapp/content/WEB-INF/controller.xml
+++ b/applications/content/webapp/content/WEB-INF/controller.xml
@@ -2079,6 +2079,7 @@ under the License.
     <view-map name="EditAddContent" type="screen" 
page="component://content/widget/cms/CMSScreens.xml#EditAddContent"/>
     <view-map name="EditAddSubContent" type="screen" 
page="component://content/widget/cms/CMSScreens.xml#EditAddSubContent"/>
 
+    <view-map name="ViewBinaryDataResource" page="" type="simplecontent"/>
     <view-map name="ListContentRevisions" type="screen" 
page="component://content/widget/compdoc/CompDocScreens.xml#ListContentRevisions"/>
     <view-map name="EditContentRevision" type="screen" 
page="component://content/widget/compdoc/CompDocScreens.xml#EditContentRevision"/>
     <view-map name="ListContentRevisionItem" type="screen" 
page="component://content/widget/compdoc/CompDocScreens.xml#ListContentRevisionItem"/>

Reply via email to