#86 Userlogs Revocation

* reworks user logs for adding/removing revocations with more detail on log history
* enhances css to display neat shadow on select2-results
This commit is contained in:
2022-02-03 12:10:23 +01:00
parent 1eff3687e8
commit e5cd5a2312
5 changed files with 21 additions and 6 deletions

View File

@@ -29,6 +29,10 @@ DEDUCTION_REMOVED = _("Deduction removed")
PAYMENT_ADDED = _("Payment added")
PAYMENT_REMOVED = _("Payment removed")
# REVOCATIONS
REVOCATION_ADDED = _("Revocation added")
REVOCATION_REMOVED = _("Revocation removed")
# Edited
EDITED_GENERAL_DATA = _("Edited general data")
ADDED_COMPENSATION_STATE = _("Added compensation state")