From 4c9c026ef027d1c31301ab980949193e3ad9b3d2 Mon Sep 17 00:00:00 2001 From: Saeid Date: Thu, 29 Aug 2019 18:32:24 +0430 Subject: [PATCH] edit permission --- public/mix-manifest.json | 10 +++++----- resources/js/Global/utils/Permissions/list.js | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 13a7f62..7d04b53 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,7 @@ { - "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=7eb5970dedabdeeb82ff", - "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=313676bbd1a2d3e3603e", - "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=eaf0b0cf4dce5f9e40ae", - "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=cd88e1d41255e646c6f5", - "/js/vue/User/app.js": "/js/vue/User/app.js?id=977febd311dbdc7edfd0" + "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=470239d86abd12529522", + "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=0174603f5db8cf129ef6", + "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=4121b95dcdd6cfac96a8", + "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=0e5a051cf27216440d3b", + "/js/vue/User/app.js": "/js/vue/User/app.js?id=87e209dae9d9c4176280" } diff --git a/resources/js/Global/utils/Permissions/list.js b/resources/js/Global/utils/Permissions/list.js index 4ea4c70..f15b104 100644 --- a/resources/js/Global/utils/Permissions/list.js +++ b/resources/js/Global/utils/Permissions/list.js @@ -32,6 +32,7 @@ export default { indexClient: "index-client", storeClient: "store-client", + showClient: "show-client", updateClient: "update-client", deleteClient: "delete-client",