Bug 1132484 - Test Scenario: input for field used with dependent enumeration not updated
Summary: Test Scenario: input for field used with dependent enumeration not updated
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ER4
: 6.1.0
Assignee: Toni Rikkola
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-21 12:31 UTC by Zuzana Krejčová
Modified: 2020-03-27 19:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:41:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1048962 0 medium CLOSED GRE: input for field used with dependent enumeration not updated 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1186433 0 medium CLOSED Test Scenario: input for field used with dependent enumeration not updated 2021-02-22 00:41:40 UTC

Internal Links: 1048962 1186433

Description Zuzana Krejčová 2014-08-21 12:31:52 UTC
Description of problem:
See bug 1048962, same applies to Test Scenarios.
Enumeration contains the following:
'Fact.field1' : ['val1', 'val2']
'Fact.field2[field1=val1]' : ['val3', 'val4']
In a test scenario, add a given fact Fact, and both mentioned fields. When you switch around value for field1, input element for value for field2 will get disabled.


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


Steps to Reproduce:
1. Create the appropriate POJO and enumeration (see description).
2. Create a test scenario, add a given fact Fact and add field1 and field2.
3. Select literal value 'val1' for field1.
4. Choose literal value and one of the offered values for field2.
5. Switch field1 to val2.
6. Switch field1 back to val1.

Actual results:
Step 5 - input element for field2 is disabled, no text.
Step 6 - input element for field2 is still disabled, 'val3' is displayed.


Expected results:
Step 5 - input element for field2 is enabled, in form of simple editable line.
Step 6 - input element for field2 is enabled, in form of a drop-down/select box with options 'val3' and 'val4'.

Comment 2 Zuzana Krejčová 2015-01-27 16:27:57 UTC
The reported issue is fixed - following the 'Steps to Reproduce' yields the expected results. There are further issues uncovered by this fix though, I will be adding them shortly.


Note You need to log in before you can comment on or make changes to this bug.