Skip to content

Commit

Permalink
add comment to keep notification type in sync with guides IQSS#7492
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 16, 2022
1 parent 6427be1 commit 70d54fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@Table(indexes = {@Index(columnList="user_id")})

public class UserNotification implements Serializable {
// Keep in sync with list at admin/user-administration.rst
public enum Type {
ASSIGNROLE, REVOKEROLE, CREATEDV, CREATEDS, CREATEACC, SUBMITTEDDS, RETURNEDDS,
PUBLISHEDDS, REQUESTFILEACCESS, GRANTFILEACCESS, REJECTFILEACCESS, FILESYSTEMIMPORT,
Expand Down

0 comments on commit 70d54fc

Please sign in to comment.