Skip to content

[Blog] Fix the URL & title edition system #332

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

Closed
talbotseb opened this issue Feb 9, 2016 · 1 comment
Closed

[Blog] Fix the URL & title edition system #332

talbotseb opened this issue Feb 9, 2016 · 1 comment

Comments

@talbotseb
Copy link

As any blog article is a Business Virtual Page, its properties are stored in two different tables in the DataBase : vic_article & vic_view

When you edit the name of an article or its URL, it affects only the vic_article table and not the vic_view
This can generate link errors and affects the coherence of the page information :

  • The breadcrumb and page title are based on the vic_view table
  • The title of the article is based on the vic_article table
@Charlie-Lucas
Copy link
Contributor

Charlie-Lucas commented May 3, 2016

Fixed with PR 398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants