Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Sprint:Sprint 25
Description
The image export service is tightly coupled to igb. The service needs to abstract away the view components. See the following function as an example.
public void mvRadioButtonActionPerformed()
{ //TODO: This is will not work when external plugins are using this service exportComponent = mainView; refreshPreview(); }