Bug 982548

Summary: Add product branding to BAM
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ryan Zhang <rzhang>
Component: BAMAssignee: Ryan Zhang <rzhang>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Hrcek <jhrcek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: dgutierr, etirelli, mbaluch, romartin
Target Milestone: ER3   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:09:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
bam-branding.patch none

Description Ryan Zhang 2013-07-09 09:27:55 UTC
Description of problem:
As subject.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 8 Pedro Zapata 2013-08-26 13:50:18 UTC
- From engineering, no additional tasks are required to fix this.
- We don't completely undertand the purpose of the PR or some details, we are not going to merge it upstream until clarified. Please contact Roger for details.

Comment 10 Ryan Zhang 2013-09-04 11:31:14 UTC
Created attachment 793629 [details]
bam-branding.patch

Comment 11 Edson Tirelli 2013-09-04 14:01:08 UTC
Ryan, the topic branch is fine. I will look at the patch later today.

Comment 12 Edson Tirelli 2013-09-05 01:35:13 UTC
All, the branding commit was saved into the "branding.2013.09.04" topic branch and applied to the product tag I created today. It will be carried forward like all other product commits.

etirelli@yoda jbpm-dashboard [r_sync.2013.09.04] $ git log -1 branding.2013.09.04
commit bcd97aa954bc033ee2b1f388b41108f2a11aca8b
Author: Edson Tirelli <ed.tirelli>
Date:   Wed Sep 4 18:18:54 2013 -0400

    Applying product branding changes
etirelli@yoda jbpm-dashboard [r_sync.2013.09.04] $ git show bcd97aa954bc033ee2b1f388b41108f2a11aca8b
commit bcd97aa954bc033ee2b1f388b41108f2a11aca8b
Author: Edson Tirelli <ed.tirelli>
Date:   Wed Sep 4 18:18:54 2013 -0400

    Applying product branding changes

diff --git a/jbpm-dashboard-distributions/src/main/jbossas7/WEB-INF/web.xml b/jbpm-dashboard-distributions/src/main/jbossas7/WEB-INF/web.xml
index f90fa30..58cd168 100644
--- a/jbpm-dashboard-distributions/src/main/jbossas7/WEB-INF/web.xml
+++ b/jbpm-dashboard-distributions/src/main/jbossas7/WEB-INF/web.xml
@@ -35,7 +35,7 @@
     <security-constraint>
         <web-resource-collection>
             <web-resource-name>Free access</web-resource-name>
-            <url-pattern>/images/jb_logo.png</url-pattern>
+            <url-pattern>/redhat/*</url-pattern>
         </web-resource-collection>
     </security-constraint>
 
@@ -72,4 +72,4 @@
         <res-auth>Container</res-auth>
     </resource-ref>
 
-</web-app>
\ No newline at end of file
+</web-app>
etirelli@yoda jbpm-dashboard [r_sync.2013.09.04] $

Comment 13 Marek Baluch 2013-10-09 13:03:54 UTC
Verified on ER3.

Comment 14 Jan Hrcek 2014-03-20 09:56:58 UTC
Branding is tested only manually / visually