Page MenuHomePhabricator

Don't let users make more than the supported number of workboards
Closed, ResolvedPublic

Description

When I click on the "Workboards: button from a project view page, I get an unhandled exception with the message "No more than 7 columns per view.". Unfortunately I cannot provide too much diagnostic information at this stage as the problem was reported to me by a colleague.

Do you have any ideas on how I can fix this?

Event Timeline

joshuaspence assigned this task to epriestley.
joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: Workboards.
joshuaspence added a subscriber: joshuaspence.

You'd probably have to go into the DB and delete one of the boards, we shouldn't have let you make more than 7. I can also increase that number, but we'd hit a wall again. There is already a task to resolve and allow infinite boards: T4054, but not clear how many people would actually be able to see/use.

chad renamed this task from Too many columns on workboard. to Don't let users make more than the supported number of workboards.Apr 29 2014, 2:24 AM
chad removed epriestley as the assignee of this task.
chad triaged this task as Normal priority.
chad added a project: Badge Awarded.
chad added a subscriber: btrahan.

Ok sure... where should I be looking in the DB?

Will D8942 actually fix the exception? Or just prevent the application from getting into this state?

Where do I need to look in the database to remove columns from the workboards?