Is that an error? acme_locations.view, should it be acme_locations_view.
A period(.) can't be added to the machine name of a view. A unique machine-readable name for this View. It must only contain lowercase letters, numbers, and underscores.

VIEW NAMING CONVENTIONS
Recommendations

View names should include associated namespace, module, entity, and/or content type.
Patterns

{namespace}_{content_types}.view
{namespace}_{entity}_{bundle}.view
Examples

acme_locations.view
acme_user_locations.view

Comments

gcharles created an issue. See original summary.

jrockowitz’s picture

The .view is part of the file extension. I am going to remove it.

jrockowitz’s picture

jrockowitz’s picture

Status: Active » Fixed
gcharles’s picture

Ok great.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.