-fixed: lista richieste ingresso ai gruppi

This commit is contained in:
Surya Paolo
2024-04-05 15:49:25 +02:00
parent aa29a7fa46
commit ae08bc9ad6
8 changed files with 442 additions and 415 deletions

View File

@@ -1,6 +1,7 @@
{ {
"vetur.validation.template": false, "vetur.validation.template": false,
"vetur.format.enable": false, "vetur.format.enable": false,
"volar.nodePath": "/Users/suryapaolo/.nvm/versions/node/v18.18.0/bin/node",
"eslint.validate": [ "eslint.validate": [
"javascript", "javascript",
"javascriptreact", "javascriptreact",
@@ -17,4 +18,5 @@
"**/public/**": true, "**/public/**": true,
"**/public/upload/**": true "**/public/upload/**": true
}, },
} }

View File

@@ -146,7 +146,7 @@
"not dead" "not dead"
], ],
"engines": { "engines": {
"node": ">= 18.17.0", "node": ">= 18.18.0",
"npm": ">= 6.14.8", "npm": ">= 6.14.8",
"yarn": ">= 1.21.1" "yarn": ">= 1.21.1"
} }

View File

@@ -146,7 +146,7 @@
"not dead" "not dead"
], ],
"engines": { "engines": {
"node": ">= 18.17.0", "node": ">= 18.18.0",
"npm": ">= 6.14.8", "npm": ">= 6.14.8",
"yarn": ">= 1.21.1" "yarn": ">= 1.21.1"
} }

View File

@@ -43,7 +43,6 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"chart.js": "^4.4.2", "chart.js": "^4.4.2",
"core-js": "^3.36.1", "core-js": "^3.36.1",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0", "crypto-browserify": "^3.12.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
@@ -146,7 +145,7 @@
"not dead" "not dead"
], ],
"engines": { "engines": {
"node": ">= 18.17.0", "node": ">= 18.18.0",
"npm": ">= 6.14.8", "npm": ">= 6.14.8",
"yarn": ">= 1.21.1" "yarn": ">= 1.21.1"
} }

View File

@@ -418,7 +418,6 @@
:filtercustom="filtercustom_rich" :filtercustom="filtercustom_rich"
:prop_searchList="searchList" :prop_searchList="searchList"
:showType="costanti.SHOW_USERINFO" :showType="costanti.SHOW_USERINFO"
keyMain=""
:showCol="false" :showCol="false"
:extraparams="extraparams_rich()" :extraparams="extraparams_rich()"
:extrafield="groupname" :extrafield="groupname"
@@ -447,7 +446,6 @@
:filtercustom="filtercustom_rich" :filtercustom="filtercustom_rich"
:prop_searchList="searchList" :prop_searchList="searchList"
:showType="costanti.SHOW_USERINFO" :showType="costanti.SHOW_USERINFO"
keyMain=""
:showCol="false" :showCol="false"
:extraparams="extraparams_refused()" :extraparams="extraparams_refused()"
:extrafield="groupname" :extrafield="groupname"

View File

@@ -46,7 +46,6 @@
:filtercustom="filtercustom" :filtercustom="filtercustom"
:prop_searchList="searchList" :prop_searchList="searchList"
:showType="costanti.SHOW_GROUPINFO" :showType="costanti.SHOW_GROUPINFO"
keyMain=""
:showCol="false" :showCol="false"
:defaultnewrec="getdefaultnewrec" :defaultnewrec="getdefaultnewrec"
:extraparams="extraparams()"> :extraparams="extraparams()">

5
volar.config.js Executable file
View File

@@ -0,0 +1,5 @@
/* eslint-env node */
module.exports = ({
nodeVersion: '18.18.0'
})

840
yarn.lock

File diff suppressed because it is too large Load Diff