[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] editable format blocks: inline ones prefer text field rather than...
"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <699c45375f20f_3b186f5071733@gitlab-sidekiq-low-urgency-cpu-bound-v2-858756f8df-62qjv.mail> |
Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
cc051233 by Victor Emanouilov at 2026-02-23T14:12:53+02:00
[FIX] editable format blocks: inline ones prefer text field rather than wysiwyg even if smarty renders them
- - - - -
1 changed file:
- lib/core/Search/Formatter/Plugin/SmartyTemplate.php
Changes:
=====================================
lib/core/Search/Formatter/Plugin/SmartyTemplate.php
=====================================
@@ -152,7 +152,7 @@ class Search_Formatter_Plugin_SmartyTemplate implements Search_Formatter_Plugin_
'field' => [
'id' => $this->editableId,
'type' => 'form',
- 'wysiwyg' => true,
+ 'wysiwyg' => $this->editable === 'inline' ? false : true,
],
],
);
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/cc051233625c3f87f26dd1799cad24d66cfad1ad
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/cc051233625c3f87f26dd1799cad24d66cfad1ad
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs