added info about successful export too
This commit is contained in:
parent
51ee7cbffa
commit
d7ff70a301
@ -77,6 +77,8 @@ public class WatsonInfoPanel extends Panel {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
projectService.createAndExportProjectFromProjectIdea(projectIdea);
|
projectService.createAndExportProjectFromProjectIdea(projectIdea);
|
||||||
|
target.addComponent(feedbackPanel);
|
||||||
|
info("Project created and exported as a Thesis into Daisy.");
|
||||||
} catch (ExternalExportException eee){
|
} catch (ExternalExportException eee){
|
||||||
target.addComponent(feedbackPanel);
|
target.addComponent(feedbackPanel);
|
||||||
error("This project idea could not exported to Daisy. Try creating a thesis in Daisy manually.");
|
error("This project idea could not exported to Daisy. Try creating a thesis in Daisy manually.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user