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

About page not rendering in Admin Dashboard #386

Open
colin-axner opened this issue Sep 21, 2020 · 2 comments
Open

About page not rendering in Admin Dashboard #386

colin-axner opened this issue Sep 21, 2020 · 2 comments

Comments

@colin-axner
Copy link
Contributor

Describe the bug

The link to edit the About page is not rendering. Going directly to the page by manually modifying the url works fine.

Screenshot from 2020-09-21 12-15-16

Steps to reproduce (if necessary)

Steps to reproduce the behavior:

  1. Go to Admin Dashboard
  2. Click on 'pages'

Expected behavior

A hyperlinked About should be listed in the table

Application configuration

  • Single or Multi-user mode? multi-user
  • Database? sqllite
  • Open registration? [yes/no] no
  • Federation enabled? [yes/no] yes

Version or last commit:
v0.12

@colin-axner
Copy link
Contributor Author

Fixed for now. It seems the code relies on the title to fill in the hyperlink. When I remove the title on the .../page/about the above bug occurs. When I add back the title the hyperlink shows up in the table again.

This is different from the other page behaviours as on Reader I have no title set but it still shows the hyperlink in the table

@colin-axner
Copy link
Contributor Author

Last Modified is also incorrect. In the above snapshot, Reader has been modified, but no latest date is shown

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

No branches or pull requests

2 participants