You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When grant data is modified, log the user, and some basic information about what they modified.
For example, if the description was edited by bcanuser33:
"Revision History" might now include: [{ "actionType": SomeEnumMaybe.Edit, "grantId": 10, "user": User = bcanuser33(in this case), "log":'edited the deadline to X'}..]
The text was updated successfully, but these errors were encountered:
When grant data is modified, log the user, and some basic information about what they modified.
For example, if the description was edited by bcanuser33:
"Revision History" might now include: [{ "actionType": SomeEnumMaybe.Edit, "grantId": 10, "user": User = bcanuser33(in this case), "log":'edited the deadline to X'}..]
The text was updated successfully, but these errors were encountered: