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

[list] Add category name in page title #128

Closed
frodrigo opened this issue Aug 2, 2023 · 1 comment · Fixed by #154
Closed

[list] Add category name in page title #128

frodrigo opened this issue Aug 2, 2023 · 1 comment · Fixed by #154
Assignees
Labels
bug Something isn't working
Milestone

Comments

@frodrigo
Copy link
Member

frodrigo commented Aug 2, 2023

It is not so easy. Because the id can be a ref.

    useHead(headerFromSettings(settings.value, {
      title: menuItems.value?.find((menuItem) => `${menuItem.id}` == (params.id as string))?.category?.name.fr
    }))
@frodrigo frodrigo added the bug Something isn't working label Aug 2, 2023
@frodrigo frodrigo added this to the v1.22 milestone Jan 10, 2024
@wazolab
Copy link
Member

wazolab commented Jan 10, 2024

The page's meta title isn't in sync with Category's title

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

Successfully merging a pull request may close this issue.

2 participants