* Finish task #73470.

This commit is contained in:
wangyuting2
2022-10-26 07:01:57 +00:00
parent 2651502b2c
commit f8f329ec94
19 changed files with 285 additions and 8 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ class router extends baseRouter
/* User preference init. */
$config->URSR = $URSR;
$config->URAndSR = ($URAndSR and strpos(",{$disabledFeatures},", ',URStory,') === false);
$config->URAndSR = ($URAndSR and strpos(",{$disabledFeatures},", ',productURStory,') === false);
$config->programLink = 'program-browse';
$config->productLink = 'product-all';
$config->projectLink = 'project-browse';