# IDEMPIERE-5492 - reset workflow activities message- (#1584)

This commit is contained in:
matheus-marcelinux 2022-11-27 03:09:14 -03:00 committed by GitHub
parent 7621447500
commit 5419b67762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ public class WWFActivity extends ADForm implements EventListener<Event>
else
fAnswerButton.setImage(ThemeManager.getThemeResource("images/mWindow.png"));
fTextMsg.setReadonly(!(selIndex >= 0));
fTextMsg.setValue("");
bZoom.setEnabled(selIndex >= 0);
bOK.setEnabled(selIndex >= 0);
fForward.setValue(null);