-
Notifications
You must be signed in to change notification settings - Fork 351
Custom urls without phpcr (Admin Panel) #7570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.0
Are you sure you want to change the base?
Conversation
021bead
to
0201ae6
Compare
be94c3e
to
28f8007
Compare
src/Sulu/Bundle/CustomUrlBundle/Controller/CustomUrlHistoryController.php
Outdated
Show resolved
Hide resolved
src/Sulu/Component/CustomUrl/Routing/CustomUrlDefaultsProvider.php
Outdated
Show resolved
Hide resolved
703af71
to
088c517
Compare
81d25db
to
129c7b7
Compare
<custom-urls> | ||
<custom-url>localhost/*</custom-url> | ||
</custom-urls> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove before merging.
eba27cb
to
44bb7b6
Compare
44bb7b6
to
6b6ae67
Compare
cffa861
to
cea63a4
Compare
/** | ||
* @internal | ||
*/ | ||
final class CustomUrlTrashSubscriber implements EventSubscriberInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nothing CustomUrl specific. Maybe this makes sense to move to the trash bundle itself.
30a03d1
to
6427a30
Compare
Sure should be then a |
776a63f
to
a8e604c
Compare
d837730
to
67d541e
Compare
67d541e
to
02a8716
Compare
What's in this PR?
Replacing the custom url implementation of phpcr with some doctrine entities.
Why?
phpcr should be removed in the next major version and we can really simplify the logic here.
Todo
Admin (Prio 1)