This commit is contained in:
wangyuting
2022-11-18 03:01:40 +00:00
parent a73719e9ed
commit ff6730dcbd
+1 -1
View File
@@ -127,7 +127,7 @@ class my extends control
$storyCount = $assignedToStoryCount + $reviewByStoryCount;
$requirementCount = 0;
$isOpenedURAndSR = $this->config->URAndSR;
$isOpenedURAndSR = $this->config->URAndSR ? 1 : 0;
if($isOpenedURAndSR)
{
/* Get the number of requirements assigned to me. */