Here is the patch. Let me know if it could be related to anything else, or if there is already an issue for this issue, thank you!
leticia gauna → created an issue.
I'm not able to reproduce the issue! D 10.3.1 and drupal/gin 3.0.0-rc13. Let me know if other specif configuration is needed, thanks!
I can confirm the issue, D 10.3.1 and drupal/gin 3.0.0-rc13.
I believe is caused by this file table.html.twig
https://git.drupalcode.org/project/gin/-/blob/8.x-3.0-rc13/templates/dat... If we remove this condition works fine. Was added in this commit https://git.drupalcode.org/project/gin/-/commit/81bc62b43be993b8d22b6a4f... / issue
https://www.drupal.org/project/gin/issues/3460111
🐛
Save button missing in modal for editing using the Front End Editing module
Needs work
.
I tested patch #8 and it's working. I can confirm that the user is no longer redirected to the preview link when accessing the content view page logged in!
Hey,
Here is the patch! Let me know any adjustment needed! Thanks
Here is the patch adding migrate_plus as dependency
Hey, just create a patch with liber_t merge request 6, just tested the code and it's working fine!
Hey - Here is the patch with test and larowlan suggestion!
Sorry delay @omkar_yewale!
Here is the interdiff file, the patch is in the comment #36 https://www.drupal.org/project/drupal/issues/2622468#comment-15027683 🐛 Export single simple configuration name has no empty value, resulting in confusing UI RTBC
Thanks
Hello,
I made a new patch and in this case I am correcting both the initial problem of the issue:
- Adding for export single simple configuration name the empty value
- The problem that when we switching back to the '- Select-' state the text area shows 'false' value
I added a gif where you can check that is working (After-patch-2622468-36.gif)
If there's anything I can improve just let me know!
Thanks