María Robles

Results 2 comments of María Robles

It is not possible to change the filter label. ```` module.exports.actionLabels = { list: { label: 'Todos' }, edit: { label: 'Editar' }, show: { label: 'Detalle' }, new: {...

Hi, I have a similar problem. I've found this example into the live demo's code https://github.com/SoftwareBrothers/admin-bro-example-app/blob/master/sequelize/models/favouriteplace.js But I need to do something like the complicated example with mongoose and I...