ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -21,7 +21,7 @@ const CollanaSchema = new Schema({
|
||||
descrizione: {
|
||||
type: String,
|
||||
},
|
||||
Descrizione_Estesa: {
|
||||
descrizione_estesa: {
|
||||
type: String,
|
||||
},
|
||||
dataOra: {
|
||||
@@ -52,7 +52,7 @@ module.exports.executeQueryTable = function (idapp, params) {
|
||||
module.exports.findAllIdApp = async function (idapp) {
|
||||
const myfind = { idapp };
|
||||
|
||||
return await Collana.find(myfind).sort({name: 1, surname: 1});
|
||||
return await Collana.find(myfind).sort({descrizione: 1});
|
||||
};
|
||||
|
||||
module.exports.createIndexes((err) => {
|
||||
|
||||
Reference in New Issue
Block a user