Skip to content
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

Editors can mess up the slug accidentally #80

Open
franzkugelmann opened this issue Sep 16, 2022 · 0 comments
Open

Editors can mess up the slug accidentally #80

franzkugelmann opened this issue Sep 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@franzkugelmann
Copy link

We experienced issues when editors did their work (TYPO3 10 - sluggi 2.2.0).
Here is a series of screenshot for the defect editing process:

  1. The admin sees the slug correctly. The slug is NOT representing the pagetree, but shortened for a specific part of the page:
    1-sluggi-adminview-start
  2. The editor does not see the slug correctly (the tree path instead of the real slug is shown):
    2-sluggi-editor-unpatched-startview
  3. When starting to edit, the slug looks fine, but after saving the prepending slash gets lost.
    (EDIT: this seems to be fixed already but was mentioned yesterday an T3UD as issue, if that still occures somewhere)
    However, when recalculating, the first part of the page title gets lost and more severely the current path that the editor should NOT be able to change gets lost, creating a new root-slug.

4-sluggi-editor-unpatched-savedslug
5-sluggi-adminview-final

#73 fixes those issues, slugs are correctly shown to the editor and also saved correctly.

@wazum wazum added the bug Something isn't working label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants