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

[Bug]: unable to select page in the pages list #1634

Open
atomGit opened this issue Aug 25, 2024 · 6 comments
Open

[Bug]: unable to select page in the pages list #1634

atomGit opened this issue Aug 25, 2024 · 6 comments

Comments

@atomGit
Copy link

atomGit commented Aug 25, 2024

Operating system

linux

Publii version

0.46.1 (build 16918)

Post editor

None

Bug description

unable to select page in "All" pages list

Steps to reproduce

  1. create a page and save it
  2. go back to the pages listing
  3. observe that the page cannot be selected (checkbox) in the "All" list, but can be selected in the "Published" list

Relevant log output

No response

@collideous
Copy link

I can report the same for 0.46.1 (build 16918) on OSX Sonoma. The Edit Hierarchy button isn't working either.

@bobmitro
Copy link
Collaborator

I can report the same for 0.46.1 (build 16918) on OSX Sonoma. The Edit Hierarchy button isn't working either.

Did you create the pages using version 0.46.0 and then upgrade to 0.46.1? If so, it might not work. Try to recreate the pages using version 0.46.1.

@dziudek
Copy link
Collaborator

dziudek commented Aug 26, 2024

Alternatively - you can check if under input/config/pages.config.json file all page IDs are present like:

[
    {
        "id": 45,
        "subpages": []
    },
    {
        "id": 44,
        "subpages": []
    },
    {
        "id": 43,
        "subpages": []
    }
]

If not - you can try to recreate them manually. We have added a mechanism to do it automatically, but there can be some edge-cases

If the issue still occurs - please let us know, and also please enable Dev Tools to check what kind of error appears in the JS console

@collideous
Copy link

@bobmitro Yes, I used 0.46.0.
@dziudek I'll check that tonight.

@collideous
Copy link

@dziudek I fixed the pages.config.json. That solved the issue. Thank you.

@dziudek
Copy link
Collaborator

dziudek commented Aug 26, 2024

@collideous - it is good news, but for me bad news is fact that my fix in 0.46.1 did not fixed the issue automatically, so it required manual update :(

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

No branches or pull requests

4 participants