Skip to content
Permalink
Browse files
Fixed: Issue: Displaying company and product information at product b…
…acklog, subcomponent of Scrum Application

(OFBIZ-)

Steps to regenerate:
    Navigate to Applications
    Scrum
    Click on '+ Add product'
    Enter: Company and Product Owner
    Product Name
    Description

Issue: the information given in 4, 5, 6 steps are not displayed at the
Product backlog (view product) screen.

Thanks: Dikpal Kanungo for report and Anushi Gupta for the fix
  • Loading branch information
JacquesLeRoux committed Dec 28, 2020
1 parent d45c377 commit 7bdbaa3
Showing 1 changed file with 3 additions and 1 deletion.
@@ -645,7 +645,9 @@ under the License.
<request-map uri="createProductAndRole">
<security https="true" auth="true"/>
<event type="simple" invoke="createProductAndRole" path="component://scrum/minilang/ScrumEvents.xml"/>
<response name="success" type="request-redirect-noparam" value="ViewProduct"/>
<response name="success" type="request-redirect" value="ViewProduct">
<redirect-parameter name="productId"/>
</response>
<response name="error" type="request-redirect" value="EditProduct"/>
</request-map>
<request-map uri="createProductRole">

0 comments on commit 7bdbaa3

Please sign in to comment.