-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[NodeBundle] Show url slug in wysiwyg #1938
base: master
Are you sure you want to change the base?
Conversation
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.
Hi @waaghals, your PR needs some changes
- your PR title should look like
[SomeBundle] Fixed some code
@waaghals can you rebase this pr so the conflicts are solved and can you provide some screenshots to see how this will look in the cms? Thanks! |
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.
Hi @, your PR needs some changes
- This PR seems to need a milestone of a minor release.
@waaghals ping ;) |
e38975c
to
be6cdab
Compare
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.
Hi @, your PR passed all our requirements.
Thank you for contributing!
@acrobat rebased the PR and I've added a screenshot with the old and the new link format. |
@waaghals Thanks for the update! Can you check the failing travis build and styleci? Do you have an idea to "fix" this in ckeditor @dbeerten? |
@acrobat Done |
This still needs some work on the editor side as it would be more userfriendly to always show the correct slug for a link. I'm removing the milestone so we finish this somewhere in 6.x |
This PR adds back the slug for the selected page in wysiwyg editors. This allows end users to recognize what page they have picked. The id is still used internally, so even when the slug changes, this correct link is generated in the frontend. (Although the slug in the wysiwyg stays the same)