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

Userforms and SS post 2.4 branch


Go to End


2 Posts   1065 Views

Avatar
guywatson

Community Member, 16 Posts

14 February 2012 at 1:11pm

Hi Willr

I have discovered that the userforms module doesnt work with the post 2.4 SS branch. This line in FieldEditor.ss

<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui-1.8rc3.custom.js) %>

needs to be replaced with

<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui.custom.js) %>

Thanks

Guy

Avatar
Willr

Forum Moderator, 5523 Posts

14 February 2012 at 3:18pm

Please submit bug fixes, such as this, via github or open.silverstripe.org rather than the forum (which I may not check!)

We'd probably be safe including both lines for 2.4 and post 2.4 support rather than maintaining 2 branches.

<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui.custom.js) %>
<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui-1.8rc3.custom.js) %>