@adminforth/foreign-inline-list
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -32,3 +32,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const resourceCopy = JSON.parse(JSON.stringify(Object.assign(Object.assign({}, resource), { plugins: undefined }))); | ||
const { allowedActions } = yield interpretResource(adminUser, resource, {}, ActionCheckSource.DisplayButtons); | ||
const { allowedActions } = yield interpretResource(adminUser, resource, {}, ActionCheckSource.DisplayButtons, this.adminforth); | ||
if (this.options.modifyTableResourceConfig) { | ||
@@ -35,0 +35,0 @@ this.options.modifyTableResourceConfig(resourceCopy); |
@@ -38,3 +38,3 @@ | ||
const resourceCopy = JSON.parse(JSON.stringify({ ...resource, plugins: undefined })); | ||
const { allowedActions } = await interpretResource(adminUser, resource, {}, ActionCheckSource.DisplayButtons); | ||
const { allowedActions } = await interpretResource(adminUser, resource, {}, ActionCheckSource.DisplayButtons, this.adminforth); | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "@adminforth/foreign-inline-list", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "AdminForth plugin for adding list of children items to the parent item show page", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45252