Skip to content

Commit

Permalink
Issues #435, #539
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Mar 5, 2024
1 parent 36d5430 commit a155572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ protected List<Map<String,String>> processSimpleNotification(User user, Notifica

map.put("identifier", doc.getFieldValue("identifier").toString());

if (dntStavStr.equals(PublicItemState.D.name()) || kuratorStavStr.equals(CuratorItemState.DX.name())) {
if (dntStavStr.equals(PublicItemState.D.name()) || kuratorStavStr.equals(CuratorItemState.DX.name())|| kuratorStavStr.equals(CuratorItemState.PX.name())) {
// ommiting ; or previous state was d or dx

} else {
Expand Down

0 comments on commit a155572

Please sign in to comment.