Problem/Motivation
There is another view called views.view.events on my system.
Drupal\Core\Config\PreExistingConfigException: Configuration objects
(views.view.events) provided by recurring_events_views already exist in
active configuration.
Why not rename the view to views.view.recurring_events to reduce potential namespace collision
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork recurring_events-3269555
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
owenbush commentedThanks for this issue, avoiding naming conflicts is a good idea. I'll take a look at updating all the views to be more explicitly named.
Comment #4
owenbush commentedI have created an MR that changes the machine names of each of the 3 views in the recurring_events_views submodule. This is ready for review.
Comment #7
owenbush commentedThis has been merged into the dev branches 2.0.x and 8.x-1.x