[JBoss JIRA] (DROOLS-2262) [DMN Designer] DRD Grid Column width is not preserved
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-2262?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2262:
----------------------------------------
[~danielezonca] [~jomarko] There's no _magic_ to how DMN persists the column widths.
The DMN XML file format supports _extensions_ and hence we've created one to store the grids' columns' widths.
It's not really re-usable by other editors as it is really specific to the DMN specification.
> [DMN Designer] DRD Grid Column width is not preserved
> -----------------------------------------------------
>
> Key: DROOLS-2262
> URL: https://issues.jboss.org/browse/DROOLS-2262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.6.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
>
> DND Grid Column don't preserve the width.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (SWSQE-587) Python broken in jenkins-slave-kiali-ui-tests-python3
by Filip Brychta (Jira)
Filip Brychta created SWSQE-587:
-----------------------------------
Summary: Python broken in jenkins-slave-kiali-ui-tests-python3
Key: SWSQE-587
URL: https://issues.jboss.org/browse/SWSQE-587
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Michael Foley
sh-4.2$ yum
sh: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory
sh-4.2$ python
sh: python: command not found
sh-4.2$
Check other slaves as well
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (DROOLS-3605) Invalid DMN file after migration 1.1 -> 1.2
by Matteo Mortari (Jira)
[ https://issues.jboss.org/browse/DROOLS-3605?page=com.atlassian.jira.plugi... ]
Matteo Mortari commented on DROOLS-3605:
----------------------------------------
Yes, because `kie` prefix get overwritten to point to the internal namespace of "http://www.drools.org/kie/dmn/1.2" but in the original model is the semantic model namespace
> Invalid DMN file after migration 1.1 -> 1.2
> -------------------------------------------
>
> Key: DROOLS-3605
> URL: https://issues.jboss.org/browse/DROOLS-3605
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Daniele Zonca
> Assignee: Michael Anstis
> Priority: Major
> Attachments: dmn-daniele_after.dmn, dmn-daniele_before.dmn
>
>
> `dmn-daniele_before.dmn` is a simple 1.1 DMN file. After migration (`dmn-daniele_after.dmn`) DMN model compilation fails with this error
> [KBase: defaultKieBase]: DMN: Unable to resolve type reference 'kie.tSalary' on node 'Yearly Salary' (resource: com/dmn-daniele.dmn, DMN id: _8B521A18-C356-44D4-BEF0-123676DEDEE0, The listed type definition was not found)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (DROOLS-3605) Invalid DMN file after migration 1.1 -> 1.2
by Matteo Mortari (Jira)
[ https://issues.jboss.org/browse/DROOLS-3605?page=com.atlassian.jira.plugi... ]
Matteo Mortari commented on DROOLS-3605:
----------------------------------------
I believe somehow this is an edge case since this commit https://github.com/kiegroup/kie-wb-common/commit/f69cd90bbaf5c4c77444bab5... introduced some default prefixes for some of the namespaces.
But on other hand this specific DMN model is using {{kie}} as a prefix for the semantic model namespace.
> Invalid DMN file after migration 1.1 -> 1.2
> -------------------------------------------
>
> Key: DROOLS-3605
> URL: https://issues.jboss.org/browse/DROOLS-3605
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Daniele Zonca
> Assignee: Michael Anstis
> Priority: Major
> Attachments: dmn-daniele_after.dmn, dmn-daniele_before.dmn
>
>
> `dmn-daniele_before.dmn` is a simple 1.1 DMN file. After migration (`dmn-daniele_after.dmn`) DMN model compilation fails with this error
> [KBase: defaultKieBase]: DMN: Unable to resolve type reference 'kie.tSalary' on node 'Yearly Salary' (resource: com/dmn-daniele.dmn, DMN id: _8B521A18-C356-44D4-BEF0-123676DEDEE0, The listed type definition was not found)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (DROOLS-3519) [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (for Enumeration and Expression component)
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3519?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3519:
---------------------------------------
Summary: [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (for Enumeration and Expression component) (was: [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (on Enumeration and Expression component))
> [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (for Enumeration and Expression component)
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3519
> URL: https://issues.jboss.org/browse/DROOLS-3519
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Attachments: DROOLS-3519.png
>
>
> Currently, the _Syntax tip_ is a fixed text that considers that the user selected the {{Date}} type, however, when the user changes the type, the _Syntax tip_ should change too.
> !DROOLS-3519.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (DROOLS-3519) [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (on Enumeration and Expression component)
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3519?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3519:
---------------------------------------
Summary: [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (on Enumeration and Expression component) (was: [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type)
> [DMN Designer] Data Types - Constraints - Change the "Syntax tip" accordingly to the type (on Enumeration and Expression component)
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3519
> URL: https://issues.jboss.org/browse/DROOLS-3519
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Major
> Labels: drools-tools
> Attachments: DROOLS-3519.png
>
>
> Currently, the _Syntax tip_ is a fixed text that considers that the user selected the {{Date}} type, however, when the user changes the type, the _Syntax tip_ should change too.
> !DROOLS-3519.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months