Skip to content

Commit

Permalink
Just received a fresh delivery of !, so we can now solve that issue
Browse files Browse the repository at this point in the history
(scnr)

partial issue is disabled
#598
  • Loading branch information
metas-ts committed Sep 22, 2017
1 parent 531e658 commit 992ef85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else if (!selectedDocumentIds.isSingleDocumentId())
final DocumentId rowId = selectedDocumentIds.getSingleDocumentId();
final HUEditorRow row = HUEditorRow.cast(view.getById(rowId));

if(row.isHUStatusActive())
if(!row.isHUStatusActive())
{
return ProcessPreconditionsResolution.reject("only active HUs");
}
Expand Down

1 comment on commit 992ef85

@teosarca
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ayayay :)

Please sign in to comment.