Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

New Simplify module v0.0.7 - Hide Delete/Unpublish buttons + Hide Security controls + Requests


Go to End


11 Posts   4773 Views

Avatar
froog

Community Member, 43 Posts

2 June 2010 at 10:03am

Hi all,

Just an update, v0.0.7 of Simplify is not fully compatible with SS 2.4.0 - I'm currently working on a new version that will be. It will be available soon.

Cheers,
Daniel

Avatar
froog

Community Member, 43 Posts

20 June 2010 at 12:28pm

Update - Simplify version 0.0.8 released with SS 2.4 support

Check this out: http://silverstripe.org/all-other-modules/show/286810#post286810

Avatar
nakashu

Community Member, 24 Posts

29 December 2010 at 4:15am

Hey all
if anyone has a problem populating Field Tree ..
eg. will start loading but wont show anything, and probably throws an js error.
this can be because of using newsletter module.

To fix this error, find in your newsletter module /code/CheckBoxWithExtraField.php
at line 237 chage:

function setValue($val, $data)

to:
function setValue($val, $data=null)

as the newsletter setValue function isnt properly subclassed, and was throwing error when simplify tried getting its fields.
hope this helps some..

will write to maintainers to fix this bug..

Go to Top