* fix closed stories not shown for lite vision, bug #18565.

This commit is contained in:
Wenrui LI
2022-01-17 14:41:12 +08:00
parent 5dad24d03a
commit 5b964838ab
@@ -2,3 +2,5 @@
unset($lang->projectstory->featureBar['story']['changed']);
unset($lang->projectstory->featureBar['story']['linkedExecution']);
unset($lang->projectstory->featureBar['story']['unlinkedExecution']);
$lang->projectstory->featureBar['story']['closedstory'] = $lang->projectstory->featureBar['story']['closed'];
unset($lang->projectstory->featureBar['story']['closed']);