Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ProductProjectionBySlugGetRequest should not support try to query by uuid #251

Closed
Haehnchen opened this issue Aug 31, 2016 · 0 comments
Closed
Milestone

Comments

@Haehnchen
Copy link
Contributor

Slug request should not try to match an uuid and switch from slug= to id=. We already have a ByIdRequest object. its just too magically

        if (preg_match(static::UUID_FORMAT, $slug)) {
            $parts[] = 'id="%1$s"';
        }
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants