1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/src/applications/project
epriestley 8b3ab97d64 Fix fatal on project list
Summary:
Until T605 gets fixed, you might end up with a Project without a Profile if the
Profile insert failed. This fatals the list view; instead, don't fatal if a
profile is missing.

(At some point we should probably just merge this field into the Project object,
I was just mimicking the user/profile separation but we have partial-field
object support now and Projects aren't super heavily used or very big.)

Test Plan:
  - Viewed list view including a project with a missing profile.
  - Edited the project, creating its profile.

Reviewers: btrahan, jungejason

Reviewed By: btrahan

CC: arice, aran, btrahan

Differential Revision: https://secure.phabricator.com/D1368
2012-01-12 06:52:24 -08:00
..
constants/status Move Project list to use ManiphestTaskQuery 2011-07-07 15:27:19 -07:00
controller Fix fatal on project list 2012-01-12 06:52:24 -08:00
editor/project Provide wiki pages for projects 2011-12-20 14:03:12 -08:00
exception/namecollison Provide wiki pages for projects 2011-12-20 14:03:12 -08:00
query/project Simplify project lists 2011-12-17 11:45:18 -08:00
storage Provide wiki pages for projects 2011-12-20 14:03:12 -08:00