[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UX] Admin Backend: Prevent scheduler warning when disabled

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6894916c9769d_2c25cf22c10246@gitlab-sidekiq-low-urgency-cpu-bound-v2-fcfcfbbb-dpk8g.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
40f64ba7 by Ashuza Destin at 2025-08-07T11:35:53+00:00
[FIX][UX] Admin Backend: Prevent scheduler warning when disabled
---
* [FIX]Tiki-admin:Prevent scheduler warning when desabled

See merge request tikiwiki/tiki!8221

- - - - -


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/40f64ba77eeb7fcc83910e27b1faca1151684bde

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/40f64ba77eeb7fcc83910e27b1faca1151684bde
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.