- Merge request !34Issue #3299045: Duplicate templates in same namespace is valid use case β (Open) created by parisek
- last update
over 1 year ago 35 pass, 1 fail - π¨πΏCzech Republic parisek
Added MR and disabled logging warning "Found multiple files for the", seems it's not wide issue, patch is enough :)
- First commit to issue fork.
- last update
over 1 year ago 35 pass, 1 fail - Status changed to Needs review
over 1 year ago 12:21pm 18 July 2023 - last update
over 1 year ago CI aborted - last update
over 1 year ago CI aborted Attached a patch which allows sites to opt out of the warning using their settings.php file:
// Don't attempt to track duplicate templates. $settings['components_ignore_duplicate_templates'] = TRUE;
Or on the theme/module level:
components: # Ignore duplicate templates. ignore_duplicate_templates: true
This still requires tests to be implemented, but works for my use case. So feedback is more than welcome on the current implementation.
- last update
over 1 year ago 61 pass