identity-admin 1.26.8 → 1.26.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,7 +67,7 @@ let ActionController = class ActionController {
67
67
  response = yield extraAction.handler(req, res, data);
68
68
  const newRecord = yield repository.findById(record._id);
69
69
  const userActionsLog = new UserActionsLog_1.default({
70
- action: actionKey,
70
+ action: extraAction.name,
71
71
  modelName,
72
72
  userId: req.user._id,
73
73
  dataBefore: JSON.stringify(oldRecord),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin",
3
- "version": "1.26.8",
3
+ "version": "1.26.9",
4
4
  "description": "",
5
5
  "main": "lib/Dashboard.js",
6
6
  "types": "lib/Dashbord.d.ts",