simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 222 forks source link

Passing parameters to /add in order to prevalue fields #140

Open mario-g opened 6 years ago

mario-g commented 6 years ago

Is it possible to pass parameters to the /add API in order to set a value for some fields? For example, I have an event entity with attributes date and note. I could call /event/add?date=2017-12-16 and go to the editing page with the date already set to 2017-12-16 and the note field ready to be edited.