- 🇺🇦Ukraine pablo_pukha
Pablo_Pukha → changed the visibility of the branch 3109763-save-button-on to hidden.
- 🇺🇦Ukraine pablo_pukha
Pablo_Pukha → changed the visibility of the branch 3109763-save-button-on to active.
- 🇺🇦Ukraine pablo_pukha
I create patch which added new view field "Form field: Submit button" for save entity on each row. Also, I attach video with preview
- Status changed to Needs review
5 months ago 1:39pm 22 June 2024 - 🇺🇸United States davemaxg
Pablo, thank you for this patch. I think it could be a nice workaround for this issue 🐛 Field values get swapped among different entities in a view Active that I just posted.
I am trying to apply it to 8.x-1.0-beta10 but it won't apply. What version should it work with?
I am thinking that this may be a better ui when there are multiple rows and form fields than having to save the whole page at once.
- 🇺🇦Ukraine pablo_pukha
I try apply this patch to 8.x-1.0-beta10 and patch applied successfully
- 🇺🇸United States davemaxg
Thanks for this updated patch. I ended up working around this issue, but was just checking in again and would love to get this working. It turns out that I have some translation related patches that must be conflicting. Here's what my composer.json looks like:
"drupal/views_entity_form_field": {
"fix issue related to translation": " https://www.drupal.org/files/issues/2021-06-18/views_entity_form_field_3... → ",
"fix multilingual updating issue": " https://www.drupal.org/files/issues/2021-06-29/views_entity_form_field-s... → ",
"add save button for each row": " https://www.drupal.org/files/issues/2024-08-23/add_save_button_on_each_r... → "
},Composer started to fail when I added the save button patch so I had to remove it.