* [bug#62527,done,0.2h,0h] Fix projectrelease lang empty error.
This commit is contained in:
@@ -224,6 +224,8 @@ class form extends fixer
|
||||
if($app->rawModule == 'feedback' && $app->rawMethod == 'touserstory') $module = 'requirement';
|
||||
if($app->rawModule == 'feedback' && $app->rawMethod == 'toepic') $module = 'epic';
|
||||
|
||||
if($app->rawModule == 'projectrelease') $module = 'release';
|
||||
|
||||
if($method == 'batchcreate') $method = 'create';
|
||||
if($method == 'batchedit') $method = 'edit';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user