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

Implement configuration to hide page content when "drilling down" #151

Open
ScopeyNZ opened this issue Jan 23, 2019 · 1 comment
Open

Implement configuration to hide page content when "drilling down" #151

ScopeyNZ opened this issue Jan 23, 2019 · 1 comment

Comments

@ScopeyNZ
Copy link
Contributor

#150 adds a detail (or "drill-down") view for records on the front end. When a page has content above the registry table that still shows in this detail view. My suggestion is that we have configuration (probably on the PHP side for simplicity) to hide this content when viewing detail of pages.

@robbieaverill
Copy link
Contributor

I'm not sure how you'll do that when the detail view is triggered by a row click and React router. You can do it easily when the URL is loaded directly though. Maybe some entwine logic to determine if the detail view is shown and if so then hide the content area?

Note: we shouldn't hide the page title

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