You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/02/01 12:26:05 UTC

[ofbiz-framework] branch trunk updated: Fixed: View for ViewBinaryDataResource missing (OFBIZ-12552)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 023a89e  Fixed: View for ViewBinaryDataResource missing (OFBIZ-12552)
023a89e is described below

commit 023a89e29e4bc81332628863758ce30ef612678f
Author: Jacques Le Roux <ja...@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
---
 applications/content/webapp/content/WEB-INF/controller.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/content/webapp/content/WEB-INF/controller.xml b/applications/content/webapp/content/WEB-INF/controller.xml
index 7d3c4f8..1667d08 100644
--- a/applications/content/webapp/content/WEB-INF/controller.xml
+++ b/applications/content/webapp/content/WEB-INF/controller.xml
@@ -1937,7 +1937,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="ViewSimpleContent" page="" type="simplecontent"/>
 
     <!-- lookup content component -->