- Issue created by @fago
- 🇦🇹Austria fago Vienna
lupus_decoupled_ce_api --> This is lupus_decoupled, not lupus_ce_renderer!
- Status changed to Closed: works as designed
2 days ago 12:02pm 4 July 2025 - 🇦🇹Austria fago Vienna
this seems to be fine. here an analysis by claude, which I agree with:
The dependency structure is correct:
- lupus_decoupled_ce_api.info.yml already declares drupal:path_alias as a dependency
- The service lupus_decoupled_ce_api.frontend_path_processor correctly depends on @path_alias.manager
- Transitive dependencies through the module system should make this workThe error might be occurring in specific edge cases or test scenarios where modules aren't being loaded in the correct order. The current dependency declaration
should be sufficient for normal operation