Conversation
|
@kylepolich Right now update form is ultra long. Maybe better to move it into a single page? In that case we could add |
|
@gleblozhkovoy I love it. Good instincts. |
# Conflicts: # backend/api/v1/files.js # backend/api/v1/index.js # shared/Blog/Components/BlogListItem.js # shared/Forms/Components/DragAndDropFileUploadField.js # shared/Forms/Components/Field/Field.js # shared/Forms/Components/FilePreview.js # shared/Forms/Components/ImageUploadField.js
# Conflicts: # shared/Forms/Components/Field/Select.js
|
@gliblozhkovyi
|
|
@gliblozhkovyi Could you estimate when the issues mentioned above will be addressed? |
That legacy code which I wasn't confident enough to remove. In fact, that's happened because we have a live preview of blog post items and mp3 is not supported to show (we are using it in blog post) |
As I mentioned before, we have not an endpoint to update related items (except create/delete) yet. |
|
I have added requested form with lambda request #631. (Accessible at http://localhost:3000/admin/cms/contributors/add) Post request is working, but lambda returns a list. Is that expected on current point or I'm doing something wrong? |
|
@gliblozhkovyi It returns a list which should include the update you sent. Would you prefer I return something else? |




Fixes #546, #551, #550, #638, #619, #631