Closed (works as designed)
Project:
Conditional Fields
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2023 at 04:37 UTC
Updated:
10 Oct 2023 at 08:55 UTC
Jump to comment: Most recent
Comments
Comment #2
sarwan_verma commentedComment #3
jayelless commentedNot sure what is going on here.
The class Drupal\conditional_fields\Routing\RouteEnhancer id present in my codebase after Composer has loaded the relase "drupal/conditional_fields:4.0.0-alpha5", but is not present in the git repository of the module on branch 4.x after cloning as per version history?
This makes generation of a patch or pull request very difficult???
Comment #4
sarwan_verma commentedHi @jlscott,
This module is not present given directory /home/xxx/smartbuild/web/modules/contrib/conditional_fields/src/Routing/RouteEnhancer.php.
Comment #5
jayelless commentedThis issue is my mistake, and I have found the problem, which is the patch in #2995827: Other entities work but without the additional manage display path like on node types that had been applied, was creating the Class referred to, so needs to be updated. I will fix that.
Comment #6
jayelless commented