[JBoss JIRA] (DROOLS-1900) Text field size for From Accumulate function field does not dynamically resize like other text fields
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1900?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2677 to DROOLS-1900:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1900 (was: GUVNOR-2677)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Rule Editor
Guided Template Editor
(was: Guided Rule Editor)
(was: Guided Rule Templates)
Affects Version/s: 6.4.0.Final
(was: drools_6.4.0.Final)
> Text field size for From Accumulate function field does not dynamically resize like other text fields
> -----------------------------------------------------------------------------------------------------
>
> Key: DROOLS-1900
> URL: https://issues.jboss.org/browse/DROOLS-1900
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor, Guided Template Editor
> Affects Versions: 6.4.0.Final
> Environment: RedHat Linux 2.6.32-642.3.1.el6.x86_64
> Wildfly 10.0.0.Final
> Firefox 45.3.0
> Drools 6.4.0.Final
> Reporter: Stephen Slaboda
> Assignee: Mark Coble
> Attachments: function_no_dynamic_resize.JPG
>
>
> Text fields in the rules editor were updated resize dynamically in order to show all of the text in 6.4.0.Final, but it appears that the from accumulate function text field was not made dynamically resizeable. It seems reasonable that this field should be resizeable since the functions can be sizeable when using a compound set of operations.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1898) Logical operator selection box gets pushed to unviewable size with long text entry
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1898?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2645 to DROOLS-1898:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1898 (was: GUVNOR-2645)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Rule Editor
Guided Template Editor
(was: Guided Rule Editor)
(was: Guided Rule Templates)
Affects Version/s: 6.4.0.Final
(was: drools_6.4.0.Final)
> Logical operator selection box gets pushed to unviewable size with long text entry
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-1898
> URL: https://issues.jboss.org/browse/DROOLS-1898
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor, Guided Template Editor
> Affects Versions: 6.4.0.Final
> Environment: RedHat Linux 2.6.32-642.3.1.el6.x86_64
> Wildfly 10.0.0.Final
> Drools 6.4.0.Final
> Firefox 45.2.0
> Reporter: Stephen Slaboda
> Assignee: Mark Coble
> Attachments: squished_logic_operator.JPG
>
>
> When entering in a restriction on the object in a From Accumulate (probably applies to other cases too), if the text becomes wider than the text box can fit, it continues to expand until it forces the logical operator's combobox to shrink to its minimum size, which displays no text. Ideally, the logical operator's combobox should stay its preferred size (sorry for the SWING lingo) as the literal's text field expands.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1855) list in guided decision table
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1855?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3533 to DROOLS-1855:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1855 (was: GUVNOR-3533)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.3.0.Final
(was: 7.3.0.Final)
> list in guided decision table
> -----------------------------
>
> Key: DROOLS-1855
> URL: https://issues.jboss.org/browse/DROOLS-1855
> Project: Drools
> Issue Type: Feature Request
> Components: Guided Decision Table Editor
> Affects Versions: 7.3.0.Final
> Reporter: Vijay Yadav
> Assignee: Michael Anstis
>
> if there is condition in guided decision table( add a condition BRL fragment and use template key), then I am not able to put comma seperated list in corresponding column. it won't allow me to type comma in it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1856) Validation false positive w/GDT: "Rule has no action"
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1856?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2802 to DROOLS-1856:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1856 (was: GUVNOR-2802)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 6.4.0.Final
(was: drools_6.4.0.Final)
> Validation false positive w/GDT: "Rule has no action"
> -----------------------------------------------------
>
> Key: DROOLS-1856
> URL: https://issues.jboss.org/browse/DROOLS-1856
> Project: Drools
> Issue Type: Feature Request
> Components: Guided Decision Table Editor
> Affects Versions: 6.4.0.Final
> Reporter: Jeff Jensen
>
> The following false positive validation error occured for us with the Guided Decision Table editor (created the rule in the GDT editor):
> {quote}
> "Exists experiment" guided decision table (source below) results in this validation error:
> Rule has no action
> Affected rows:1
> When a rule has no action it does fire, but since the action side is empty nothing happens.
> It is possible that the actions were left out by accident. In this case please add them. Otherwise the rule can be removed.
> {quote}
> This is the source for the rule (with names changed):
> {code:java}
> //from row number: 1
> rule "Row 1 Exists experiment"
> dialect "mvel"
> when
> $x: X( $a: a)
> then
> F fact0 = new F();
> fact0.setF( $a);
> insert( fact0 );
> end
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1858) Guided decision table: Add support for automatic expansion and contraction.
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1858?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-1461 to DROOLS-1858:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1858 (was: GUVNOR-1461)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
> Guided decision table: Add support for automatic expansion and contraction.
> ---------------------------------------------------------------------------
>
> Key: DROOLS-1858
> URL: https://issues.jboss.org/browse/DROOLS-1858
> Project: Drools
> Issue Type: Feature Request
> Components: Guided Decision Table Editor
> Reporter: Michael Anstis
> Assignee: Guilherme Carreiro
>
> Add support for expansion of guided decision table's condition columns (where they are defined as an enum - Java or "Guvnor" enum). Also add support for contraction of condition columns.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1892) [Guided Decision Table] Stabilize and update tests that run test scenario
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1892?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3341 to DROOLS-1892:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1892 (was: GUVNOR-3341)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.1.0.Final
(was: 7.1.0.Final)
> [Guided Decision Table] Stabilize and update tests that run test scenario
> -------------------------------------------------------------------------
>
> Key: DROOLS-1892
> URL: https://issues.jboss.org/browse/DROOLS-1892
> Project: Drools
> Issue Type: Task
> Components: Guided Decision Table Editor
> Affects Versions: 7.1.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
>
> Some decision table tests verify the constructed decision table by running the asset test scenario. Three of these tests are not stable and kind of obsolete. They need to be stabilized and updated.
> Acceptance criteria:
> The followings [tests|https://github.com/jboss-integration/bxms-qe-tests/tree/master/test...] pass on jenkins:
> - org.jboss.qa.brms.authoring.dt.feature.WebDTWIDTest#testWID
> - org.jboss.qa.brms.authoring.dt.feature.DTTest#testDTExt
> - org.jboss.qa.brms.authoring.dt.bugfix.WebDTWizardBugfixTest#testRowNumbers
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months