Miguel Peixe

Results 6 issues of Miguel Peixe

When sorting a sequelize query using query built attributes, we need to use `sequelize.col('attribute_name')` instead of a string, so sequelize won't prefix with the table name (`"table_name"."attribute_name"`). getOrder util method...

enhancement

Docker bootscript has aufs configured. Is there a reason why rancher bootscript doesn't? With current rancher bootscript it runs on overlay2 storage driver, which has performance and other issues.

Adding a `name` prop to onInputChange callback would allow a single `handleChange` callback for multiple currency inputs on my form.

Support export and import of campaigns. - Admin control panel should be able to import/export a tarball containing campaign data - Adjust metadata from previous versions - Support editing campaign...