[JBoss JIRA] (DROOLS-3201) [DMN Designer] Properties Panel Hints
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3201:
-----------------------------------
Summary: [DMN Designer] Properties Panel Hints
Key: DROOLS-3201
URL: https://issues.jboss.org/browse/DROOLS-3201
Project: Drools
Issue Type: Epic
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Following DROOLS-3145 we need to identify most important fields set via properties panel and provide hints directly in the properties panel to support self-documentary product effort.
The hints should shortly explain the fields and provide sample valid values if applicable.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3200) [DMN Designer] Properties Panel Hints
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3200:
-----------------------------------
Summary: [DMN Designer] Properties Panel Hints
Key: DROOLS-3200
URL: https://issues.jboss.org/browse/DROOLS-3200
Project: Drools
Issue Type: Epic
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Following DROOLS-3145 we need to identify most important fields set via properties panel and provide hints directly in the properties panel to support self-documentary product effort.
The hints should shortly explain the fields and provide sample valid values if applicable.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3199) [DMN Designer] Clear properties panel when multiple cells are selected
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3199:
-----------------------------------
Summary: [DMN Designer] Clear properties panel when multiple cells are selected
Key: DROOLS-3199
URL: https://issues.jboss.org/browse/DROOLS-3199
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
The user of the DMN Designer has possibility to set properties of expression grid table cell via properties panel. The problem occurs if multiple cells are selected. Then properties panel shows properties bound to last selected cell what is not desired. Properties panel should be empty if multiple cells are selected.
h2. Manual acceptance test
Properties panel is empty if multiple cells (including headers) are selected
- Decision Table
- Function
- Context
- Invocation
- Relation
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3154) Minor UI improvements/bugfixes for Scenario
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3154?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3154:
-------------------------------------
[~danielezonca] One small "nice to have" item - what do you think about having the Scenario description column being left-aligned versus center aligned?
> Minor UI improvements/bugfixes for Scenario
> -------------------------------------------
>
> Key: DROOLS-3154
> URL: https://issues.jboss.org/browse/DROOLS-3154
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Priority: Major
> Labels: UX-CSS
> Attachments: Screen Shot 2018-10-25 at 9.53.57 PM.png, test-editor-margin.png
>
>
> This item contains a list of general UI bugs to be fixed:
> -Use grey borders for all the grid and not only for the header- Fixed in DROOLS-2684
> -Add some padding to the cells of the grid- Fixed in DROOLS-2684
> Add some padding to right panel the tab titles
> -Remove scrolling bar from right panel- Fixed in DROOLS-3170
> Review expression editor component HTML/CSS (paddings, indents, etc)
> Review right panel padding (now it is hardcoded)
> Use text area inputs instead of text box for inline editing
> -Reduce the width of Index column- Fixed in DROOLS-3167
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3198) kie maven plugin fails to build kjar if kmodule contains a ruleTemplate
by Webster Homer (Jira)
Webster Homer created DROOLS-3198:
-------------------------------------
Summary: kie maven plugin fails to build kjar if kmodule contains a ruleTemplate
Key: DROOLS-3198
URL: https://issues.jboss.org/browse/DROOLS-3198
Project: Drools
Issue Type: Bug
Components: tools
Affects Versions: 7.8.0.Final
Reporter: Webster Homer
Assignee: Mario Fusco
If I have a maven pom that uses the kie maven plugin org.kie:kie-maven-plugin to build the kljar for deployment, and the project kjar has a ruleTemplate:
<ruleTemplate dtable="rules/business/TermSearchQFRules.xls"
template="rules/business/templates/TermSearchQF.drt"
row="2" col="1"/>
The build will fail with an error:
ERROR] Failed to execute goal org.kie:kie-maven-plugin:7.8.0.Final:build (default-build) on project ba-search-kjar: Execution default-build of goal org.kie:kie-maven-plugin:7.8.0.Final:build failed: No RuleTable cells in spreadsheet. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.kie:kie-maven-plugin:7.8.0.Final:build (default-build) on project ba-search-kjar: Execution default-build of goal org.kie:kie-maven-plugin:7.8.0.Final:build failed: No RuleTable cells in spreadsheet.
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-build of goal org.kie:kie-maven-plugin:7.8.0.Final:build failed: No RuleTable cells in spreadsheet.
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.drools.template.parser.DecisionTableParseException: No RuleTable cells in spreadsheet.
This is because the plugin doesn't understand the rule template, and treats the xls file as a decision table spreadsheet rather than a template spreadsheet.
The kie-maven-plugin is a useful tool that compiles the kjar are build time rather than load time, and gives good diagnostics.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3197) [DMN Designer] Edit multiple diagrams in parallel
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3197?page=com.atlassian.jira.plugi... ]
Jozef Marko closed DROOLS-3197.
-------------------------------
Resolution: Cannot Reproduce
Can not reproduce, will reopen if I spot in future.
> [DMN Designer] Edit multiple diagrams in parallel
> -------------------------------------------------
>
> Key: DROOLS-3197
> URL: https://issues.jboss.org/browse/DROOLS-3197
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: unexpected-error.log
>
>
> Spotted during DROOLS-3143 review, however not sure if related.
> If multiple DMN diagrams are opened, there appears unexpected error dialog during modeling one of them. The error message attached.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3154) Minor UI improvements/bugfixes for Scenario
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3154?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi reassigned DROOLS-3154:
----------------------------------------
Assignee: Daniele Zonca (was: Gabriele Cardosi)
> Minor UI improvements/bugfixes for Scenario
> -------------------------------------------
>
> Key: DROOLS-3154
> URL: https://issues.jboss.org/browse/DROOLS-3154
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Priority: Major
> Labels: UX-CSS
> Attachments: Screen Shot 2018-10-25 at 9.53.57 PM.png, test-editor-margin.png
>
>
> This item contains a list of general UI bugs to be fixed:
> -Use grey borders for all the grid and not only for the header- Fixed in DROOLS-2684
> -Add some padding to the cells of the grid- Fixed in DROOLS-2684
> Add some padding to right panel the tab titles
> -Remove scrolling bar from right panel- Fixed in DROOLS-3170
> Review expression editor component HTML/CSS (paddings, indents, etc)
> Review right panel padding (now it is hardcoded)
> Use text area inputs instead of text box for inline editing
> -Reduce the width of Index column- Fixed in DROOLS-3167
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months