Closed (fixed)
Project:
Node Order
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2026 at 12:55 UTC
Updated:
9 Feb 2026 at 18:09 UTC
Jump to comment: Most recent
After upgrading to Drupal 11.3.0 the "Orderable" checkbox provided by the module is now also exposed on the vocabulary overview page instead of just the edit form. This is due to OverviewTerms now extending EntityForm which results to nodeorder_form_taxonomy_vocabulary_form_alter() also being applied there. See CR: https://www.drupal.org/node/3528300

| Comment | File | Size | Author |
|---|---|---|---|
| SCR-20260113-nbtr.png | 175 KB | artis.bajars |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
artis.bajars commentedComment #4
johnatas commentedHello,
I can confirm the MR !14 is OK as patch on Drupal 11.3.2 with nodeorder 3.0.3.
Thank you.
Comment #7
davps commented@artis.bajars , @johnatas, thanks for help.