Hide File Landing Page from 4.2 - show in Beta for now #2515
Labels
UX & UI: Design
This issue needs input on the design of the UI and from the product owner
Milestone
While we complete the functionality of the File Landing Page we want to keep it out of the 4.2 release but display it in Beta.
I added renders to the links in the search include fragment and the filesFragment.
In order to get the links to the File Landing Page to display run the following insert query in the Beta Database:
INSERT INTO setting(
name, content)
VALUES (':ShowFileLandingPage', 1);
The text was updated successfully, but these errors were encountered: