[
https://issues.jboss.org/browse/DROOLS-3625?page=com.atlassian.jira.plugi...
]
Michael Anstis commented on DROOLS-3625:
----------------------------------------
[~roger.martinez] Hello, I was looking at this and Stunner's {{StunnerDocksHandler}}
implements {{WorkbenchDocksHandler}} and hence is detected by {{AuthoringWorkbenchDocks}}
and used to create the docks in the Authoring Perspective. The content of the docks is
setup in response to an {{OnDiagramFocusEvent}}. This event is fired by
{{AbstractProjectDiagramEditor.showDocks()}} method.
I was thinking of adding a {{Supplier<Collection<UberfireDock>}} (or a collection
of some form of "dock metadata") to the {{OnDiagramFocusEvent}} class that
provides the dock information (currently setup in
{{StunnerDocksHandler.provideDocks(..)}}. {{AbstractProjectDiagramEditor.showDocks()}}
would then add a supplier of the _default_ docks (for BPMN and CM) however I could
override it in DMN to provide only the {{ProjectDiagramPropertiesScreen}}.
WDYT?
[DMN Designer] Remove Stunners Explorer widget from the RHS dock
----------------------------------------------------------------
Key: DROOLS-3625
URL:
https://issues.jboss.org/browse/DROOLS-3625
Project: Drools
Issue Type: Task
Components: DMN Editor
Affects Versions: 7.17.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
The DMN Editor has a "Decision Navigator" widget (in the LHS dock) that
currently shows the content of the whole DRG however it will also become the DRD explorer
too. This duplicates Stunner's _default_ Explorer widget in the RHS dock.
The DMN Editor should have Stunner's _default_ widget removed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)