Skip to content

Commit e3f3017

Browse files
author
epriestley
committedAug 14, 2013
Delete "Risk" field specification from Releeph
Summary: Ref T3718. This is not used and does not seem particularly useful. Test Plan: Grep. Reviewers: btrahan Reviewed By: btrahan CC: LegNeato, aran Maniphest Tasks: T3718 Differential Revision: https://secure.phabricator.com/D6755
1 parent 8c3d1af commit e3f3017

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed
 

‎src/__phutil_library_map__.php

-2
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,6 @@
20072007
'ReleephRequestViewController' => 'applications/releeph/controller/request/ReleephRequestViewController.php',
20082008
'ReleephRequestorFieldSpecification' => 'applications/releeph/field/specification/ReleephRequestorFieldSpecification.php',
20092009
'ReleephRevisionFieldSpecification' => 'applications/releeph/field/specification/ReleephRevisionFieldSpecification.php',
2010-
'ReleephRiskFieldSpecification' => 'applications/releeph/field/specification/ReleephRiskFieldSpecification.php',
20112010
'ReleephSeverityFieldSpecification' => 'applications/releeph/field/specification/ReleephSeverityFieldSpecification.php',
20122011
'ReleephStatusFieldSpecification' => 'applications/releeph/field/specification/ReleephStatusFieldSpecification.php',
20132012
'ReleephSummaryFieldSpecification' => 'applications/releeph/field/specification/ReleephSummaryFieldSpecification.php',
@@ -4201,7 +4200,6 @@
42014200
'ReleephRequestViewController' => 'ReleephProjectController',
42024201
'ReleephRequestorFieldSpecification' => 'ReleephFieldSpecification',
42034202
'ReleephRevisionFieldSpecification' => 'ReleephFieldSpecification',
4204-
'ReleephRiskFieldSpecification' => 'ReleephFieldSpecification',
42054203
'ReleephSeverityFieldSpecification' => 'ReleephLevelFieldSpecification',
42064204
'ReleephStatusFieldSpecification' => 'ReleephFieldSpecification',
42074205
'ReleephSummaryFieldSpecification' => 'ReleephFieldSpecification',

‎src/applications/releeph/field/specification/ReleephRiskFieldSpecification.php

-67
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.