sebastianlenton
sebastianlenton
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, frontend error when saving a module that uses 'editInModal' => true
Just spotted it's been released now- I've been refreshing the Github releases page for weeks 😆 Thank you very much!
10 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, frontend error when saving a module that uses 'editInModal' => true
Hey @ifox sorry to keep asking, any more news re 3.2.1? I think we'll have to roll back to 3.1 if it doesn't come this week. No problem if it's delayed- thank you.
10 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, frontend error when saving a module that uses 'editInModal' => true
Thanks for the update, appreciated!
10 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, frontend error when saving a module that uses 'editInModal' => true
@ifox any more news re 3.2.1?
10 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, frontend error when saving a module that uses 'editInModal' => true
OK cool, thanks! Happy to wait a little longer, it's not urgent. Thanks again! 😃
10 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, raw HTML links visible in browser
Thank you!
5 replies
TCTwill CMS
Created by sebastianlenton on 3/5/2024 in #👊support
Upgraded from Twill 2.13 to 3.2, raw HTML links visible in browser
@ifox Yes, I had the following (below) in ProjecttagController.php, just deleted it and it solved the problem! Thanks very much!
protected $browserColumns = [
'title' => [
'title' => 'Title',
'field' => 'title',
]
];
protected $browserColumns = [
'title' => [
'title' => 'Title',
'field' => 'title',
]
];
5 replies