-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.format.enable": false,
"volar.nodePath": "/Users/suryapaolo/.nvm/versions/node/v18.18.0/bin/node",
"eslint.validate": [
"javascript",
"javascriptreact",
@@ -17,4 +18,5 @@
"**/public/**": true,
"**/public/upload/**": true
},
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -46,7 +46,6 @@
:filtercustom="filtercustom"
:prop_searchList="searchList"
:showType="costanti.SHOW_GROUPINFO"
keyMain=""
:showCol="false"
:defaultnewrec="getdefaultnewrec"
: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