Remy Vaartjes
Remy Vaartjes
Using: SS 2.4.7 When using nested popup, it calls TableListField Class in the popup below the nested one. This is causing errors since these classes are not included in the...
Hi Aaron, I noticed the nested popup is not centering properly in Firefox and Chrome. It seems line 40 of dataobject_manager.js simply misses 'var' Current: top = $.fn.DataObjectManager.getPageScroll()[1] + ($.fn.DataObjectManager.getPageHeight()...
Could you make it possible to use the sass-embedded module. This should speed up the watch/build process: See: https://www.npmjs.com/package/sass-embedded The dart-sass implementation in javascript is very slow, especially on large...
This module does not work in combination with the SilverShop module. https://github.com/silvershop The class SilverShop\Model\Variation\Variation is a bit weird. It is versioned but is does not have a _Live table....
In php8.1 version of Silverstripe Framework 4.12.7 'name' falls back to autogenerated name from 'title'. This results in name 'Focuspoint' instead of 'FocusPoint'. Result is that the db field is...
In php8.1 version of Silverstripe Framework 4.12.7 'name' falls back to autogenerated name from 'title'. This results in name 'Focuspoint' instead of 'FocusPoint'. Result is that the db field is...
I'd like to be able to remove the ?stage=Stage link from the URLSegment field in the CMS. Some clients keep copying this link into their newsletters/socialmedia messages. If people click...
If you add an ICS feed, the times of the events are always set to 00:00 This is caused by this line in Calendar.php //Set event start/end to midnight to...
If you define more complex $searchable_fields containing custom named fields on your DataObject. The module will throw an error while searching. **Error:** [Emergency] Uncaught Error: Call to a member function...