- Merge request !1443Issue #3075230: Provide menu link with disable option [Node Add Form] โ (Open) created by stefanos.petrakis@gmail.com
- ๐ฉ๐ชGermany rkoller Nรผrnberg, Germany
In the process of writing up a separate issue about the manage form display page i've noticed the problem and inconsistency this issue is going to solve. thanks for working on that! but one detail aside the points mentioned in #52 โจ Provide menu link with disable option [Node Add Form] Needs work the issue also needs an issue summary. at the moment there isn't any at all anymore.
- ๐ซ๐ฎFinland sokru
I think re-roll at #48 was mistake, its missing tests etc, my suggestion is to ignore it for now.
- last update
over 1 year ago 29,472 pass - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago 30,422 pass, 2 fail - Status changed to Needs review
over 1 year ago 7:07am 24 October 2023 - last update
over 1 year ago 30,435 pass - ๐ฎ๐ณIndia vsujeetkumar Delhi
Fixed the failed test cases, Please have a look.
- Status changed to Needs work
over 1 year ago 3:13pm 24 October 2023 - ๐บ๐ธUnited States smustgrave
New schema will require an upgrade path
+ // Configure menu links to be disabled. + $edit = [ + 'menu_options[main]' => 1, + 'menu_parent' => 'main:', + 'link_enabled' => FALSE, + ]; + $this->drupalGet('admin/structure/types/manage/page'); + $this->submitForm($edit, 'Save'); + $this->assertSession()->pageTextContains('The content type Basic page has been updated.');
Don't think all this is needed. Just using the config service should work. Unless there is testing of a new configuration option, which is missing.
- ๐บ๐ธUnited States programmerdiego
None of the patches worked for Drupal Version 10.1.5
- last update
over 1 year ago Patch Failed to Apply - ๐ท๐ธSerbia SakaSerbia
I use this module on D10: https://github.com/SakaSerbia/disable_node_menu_item
- ๐บ๐ธUnited States crutch
@19, we should be able to set the default as disabled or enabled per content type