[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX][UX] Admin Backend: Prevent scheduler warning when disabled
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6899a3afaa442_2bd60c435521@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc86f445f-cstg6.mail> |
luci pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
45117d18 by Ashuza Destin at 2025-08-11T07:55:12+00:00
[FIX][UX] Admin Backend: Prevent scheduler warning when disabled
---
* [FIX]Tiki-admin:Prevent scheduler warning when desabled
See merge request tikiwiki/tiki!8223
- - - - -
1 changed file:
- tiki-admin.php
Changes:
=====================================
tiki-admin.php
=====================================
@@ -460,6 +460,8 @@ if (! empty($prefs['unified_check_unused_indexes']) && $prefs['unified_check_unu
if ($prefs['feature_scheduler'] === 'y') {
$schedulerUtils = new \Scheduler_Utils();
$smarty->assign('isSchedulerRunConfigured', $schedulerUtils->isSchedulerRunConfigured());
+} else {
+ $smarty->assign('isSchedulerRunConfigured', true);
}
if (! $unifiedsearch->rebuildInProgress()) {
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/45117d18cac03489f0e205f74f0c1efe2da0068e
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/45117d18cac03489f0e205f74f0c1efe2da0068e
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs