Problem/Motivation
Since #1932810: Add entity bundles condition plugin for entities with bundles is committed, the node_type condition is deprecated and removed in Drupal 10. This condition should be replaced with entity_bundle:node. since entity_bundle:* is available in CTools, we can replace this today.
Proposed resolution
Remove all node_type related code and add an update hook to convert all existing node_type conditions to entity_bundle:node.
Issue fork pathauto-3222776
Show commands
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 #2
jeroentComment #3
berdirYeah, I made the wrong call here originally. This should be safely doable now, as entity_bundle:node already exists from ctools.
Comment #4
jeroentComment #6
jeroentComment #7
berdirReviewed
Comment #8
jeroentComment #10
berdirMerged!