karsto / glew

A glorified project generator. Give it some models, out comes a low level api and vue admin ui.
0 stars 0 forks source link

add patch support and multi edit for admin ui #5

Open ashtonian opened 4 years ago

ashtonian commented 4 years ago

API should support PATCH /resource-name/1&ids=...

Body should include field name and new value, should support null vs default/empty where required.

This will enable for the UI to use patch when only modifying one field if wanted, and will also enable multi edit on the ui list pages.