Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed linked list for Sitecore 7.2 and above. #1

Merged
merged 4 commits into from Jul 9, 2016

Conversation

markotsoi
Copy link

Sitecore 7.2 uses urlhandle to transfer data to the dialog whereas 7.1 and below use the urlstring.

Added a setting so the developer can specify if we're using Sitecore 7.2 and above, or 7.1 or below.
Modified the linklistfield class to choose how to send the data to the dialog based on the setting

Note: setting is currently set to true, meaning that the functionality doesn't change for current usage. Set to false if you want to use 7.2 or above.

markotsoi and others added 4 commits January 29, 2015 08:14
…ndle to transfer data to the dialog whereas 7.1 and below use the urlstring.

Added a setting so the developer can specify if we're using Sitecore 7.2 and above, or 7.1 or below.
Modified the linklistfield class to choose how to send the data to the dialog based on the setting
In Sitecore 7.5, the Internal Link dialog doesn't open to the selected
node unless the value of va is sent via UrlHandle. Introducing a
configuration setting to specify that Sitecore 7.5 is present, and
UrlHandle can be used when editing or inserting internal links.
Use UrlHandle when Sitecore 7.5 is present.
@MichaelHorsch MichaelHorsch merged commit dbc6b93 into MichaelHorsch:master Jul 9, 2016
@MichaelHorsch
Copy link
Owner

Awesome work guys. Sorry it took so long to merge it in!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants