Skip to content
Snippets Groups Projects
Commit d522eae4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4597 implement comments from code review

parent 7877464a
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ public final class WorkflowElementNodePlugin ...@@ -93,7 +93,7 @@ public final class WorkflowElementNodePlugin
@Override @Override
public String getName() { public String getName() {
return getClass().getName(); return "de.ozgcloud.formcycle.WorkflowElementNodePlugin";
} }
@Override @Override
...@@ -154,7 +154,6 @@ public final class WorkflowElementNodePlugin ...@@ -154,7 +154,6 @@ public final class WorkflowElementNodePlugin
// [%$Action.ERROR.message%] // [%$Action.ERROR.message%]
// TODO das ist dafür gedacht, Fehler an der Oberfläche zu zeigen, was wir eigentlich nicht brauchen man könnte es einfach löschen // TODO das ist dafür gedacht, Fehler an der Oberfläche zu zeigen, was wir eigentlich nicht brauchen man könnte es einfach löschen
return factory.unionStringBuilder() // return factory.unionStringBuilder() //
.addAndUseAsDefault("GENERAL", f -> f.string())
.add(EWorkflowElementNodeError.OZGCLOUD_CANNOT_SEND.name(), f -> f.recordBuilder() .add(EWorkflowElementNodeError.OZGCLOUD_CANNOT_SEND.name(), f -> f.recordBuilder()
.requiredProperty(NodeThrewExceptionFactory.ERROR_MESSAGE_KEY, f.string()) .requiredProperty(NodeThrewExceptionFactory.ERROR_MESSAGE_KEY, f.string())
.build() .build()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment