DataObjectManager icon indicating copy to clipboard operation
DataObjectManager copied to clipboard

DataObjectManager module for Silverstripe CMS

Results 29 DataObjectManager issues
Sort by recently updated
recently updated
newest added

I've been tracing a memory leak for some time and have finally tracked it down to the onBeforeWrite method of the SortableDataObject decorate. The symptom I saw was not being...

$DOM->setColumnWidths(); was not working in my French-locale site because the CSS width parameter was being passed with decimals preceded by a period instead of a dot. Changing %f to %F...

The live drop down widget does not respect the current locale, instead using the default one

There is no spinner for when the request is being made to search for what a user has typed, this makes for a bad UI experience

It would be great if release versions of the codebase were tagged so we can have some confidence we're not upgrading to broken code and can manage compatibility with older...

I needed to use a FilteredDropdownSet, but the label in the dependent dropdown box came from a method (e.g., getFullName()) instead of a single database field. This required a small...

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()...

It should be possible to disable the CSV export option in the interface.

when the top is used it actually returns the [object Window] and the popup doesn't open in the correct location.