- Se inserisco un evento solo "On Line" non dovrebbe comparire obbligatorio il Comune.

This commit is contained in:
Surya Paolo
2024-02-28 15:02:08 +01:00
parent fe7e492a8d
commit 965f32b65c
5 changed files with 21 additions and 6 deletions

View File

@@ -96,6 +96,7 @@ function AddCol(params: IColGridTable) {
remote_table: (params.remote_table === undefined) ? '' : params.remote_table,
remote_key: (params.remote_key === undefined) ? '' : params.remote_key,
remote_field: (params.remote_field === undefined) ? '' : params.remote_field,
showonlyif_dipersona: (params.showonlyif_dipersona === undefined) ? false : params.showonlyif_dipersona,
maxlength: (params.maxlength === undefined) ? 0 : params.maxlength,
minlength: (params.minlength === undefined) ? 0 : params.minlength,
filter_field: (params.filter_field === undefined) ? '' : params.filter_field,
@@ -1245,6 +1246,7 @@ export const colmySkills = [
remote_key: '_id',
remote_field: 'comune',
required: true,
showonlyif_dipersona: true,
numpag_carousel: 2,
}),
AddCol({