Bug #1262
closedHide test projects in Project pages
0%
Description
Please remove all the random test projects that were set up.
Updated by Eric Hou over 13 years ago
- Status changed from New to Assigned
- Assignee set to Eric Hou
- Priority changed from Normal to High
Just modified the database with new filed call "hidden" contains type "tinyint" default="0" null="NOT NULL" in SessionData and Projects tables.
Will do the queries and make update the interface later.
Eric
Updated by Neil Voss over 13 years ago
I added this and it was removed. The hidden in Project database is already supported in the dbem code.
Updated by Eric Hou over 13 years ago
- Assignee changed from Eric Hou to Neil Voss
Neil, could you please put the hiding functionality back from svn?
Thanks.
Updated by Neil Voss over 13 years ago
- Assignee changed from Neil Voss to Eric Hou
Hi Eric, I think it is still there check revisions r12763 and r12764 from Dec 2009. You just need to set the hidden column to 1 for projects to hide.
Updated by Eric Hou over 13 years ago
No problem, I will look into it.
Thanks.
Eric
Updated by Eric Hou over 13 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Amber Herold almost 13 years ago
- Status changed from Assigned to In Test
Looks like we just need to test that the feature works to hide a project if it has been manually changed in the DB. I don't actually see any test projects that should be removed right now.
Updated by Amber Herold almost 13 years ago
- Subject changed from Project pages to Hide test projects in Project pages