7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Bug Reports
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 38548 Views |
-
Re: Bug Reports

17 January 2010 at 6:54am
Hey UncleCheese
While working with the DOM we found a bug with modifying permissions on a DOM instance.
The culprit is the removePermission method where it's impossible to remove the "add" permission. The root of the problem is that you're not checking the array key with strict typing, so that array key 0 equals false!Here you'll find a patch that fixes the issue:
http://bummzack.ch/misc/dataobjectmanager_add.patch -
Re: Bug Reports

26 January 2010 at 12:27am
Hello Uncle Cheese
Here's another patch for the current release of the DOM (Rev 347).
There seems to be missing a closing DIV in the RelationDataObjectManager template. When using a RelationDataObjectManager instance in the CMS, all following tabs get messed up (eg. they appear blank).Patch is here: http://bummzack.ch/misc/RelationDataObjectManager.patch
-
Re: Bug Reports

1 February 2010 at 4:55am
I believe I'm experiencing a similar bug as banal. I'm using a recent update to SS 2.3.5 and DOM r355.
After some trial and error I got the tabs to display correctly by adding an additional div to the end of RelationDataObjectManager.ss. This makes for two div's following $ExtraData at line 110 instead of just one.
-
Re: Bug Reports

3 February 2010 at 12:29am Last edited: 3 February 2010 12:29am
the if you use SimpleHTMLEditorField in a nested data object manager it is not as big as the popup (see screen)
http://www.imagebanana.com/view/e26c9s8/textfield_to_small.png
alternativ url: http://yfrog.com/jntextfieldtosmallpgreetings zauberfisch
-
Re: Bug Reports

8 February 2010 at 1:42pm
Hi,
It seems the gridview of ManyManyFileDataObjectManager doesn't display any icons (for testing purposes I also tried FileDataObjectManager, and in that case, the icons are displayed just right).
I'm on revision 359. Debugging doesn't return any errors.
-
Re: Bug Reports

9 February 2010 at 10:55pm Last edited: 10 February 2010 7:53am
SS 2.3.5
DOM r359When I click on an image thumbnail in the CMS to edit, I get a mess of scroll bars.Screenshot:http://drop.io/sfc6mgw/asset/picture-28-pngThank you
--------------
EDIT:
Wow, you're super quick with these updates. I figured I had the latest since I downloaded it not that long ago. Updated to r366, all is well.
Thanks again!
| 38548 Views | ||
| Go to Top | Next > |





