- 🇮🇳India nayana_mvr
Verified the patch #27 and tested it on Drupal version 10.1.x. The patch applied cleanly and I have added the before and after screenshots for reference. Need RTBC+1
- 🇮🇳India sonam.chaturvedi Pune
Verified and tested patch #27 on 10.1.x-dev.
Patch applies cleanly.Test Result: "Allow embedded displays" checkbox is now removed from BasicSettingsForm.
RTBC+1 - Status changed to Needs work
almost 2 years ago 7:07am 7 February 2023 - 🇳🇱Netherlands Lendude Amsterdam
+++ b/core/modules/views/views.install @@ -18,3 +18,10 @@ function views_install() { + * Set default values for enabled/expanded flag on page displays.
Pretty sure that is not what this does ;)
Also per #9 Note: You need a save call, otherwise, this doesn't work :)
^^ This means we need an upgrade test for this.Also the removed test coverage looks ok, so how come this doesn't do anything in the UI (I checked, it really doesn't) but it still passes?