* [bug#62527,done,0.2h,0h] Fix projectrelease lang empty error.

This commit is contained in:
wangyuting
2025-05-19 10:26:26 +08:00
committed by 刘刚
parent 2bf70990b0
commit 3ea6814068
+2
View File
@@ -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';