World is now on Opti ID! Learn more


Oct 2, 2012
  3526
(0 votes)

ElencySolutions.MultipleProperty v1.6.2 Released

A new version of my MultipleProperty assembly is now available.

For more information regarding the ElencySolutions.MultipleProperty assembly please refer to codeplex which has several links to useful resources.

 

Background for the v1.6.2 Release

I have had a number of issues raised to me in the last few weeks mainly to do with PropertyImageUrl properties. 

The issue is caused when VPP images are either deleted, moved or renamed. 

When Edit mode is loaded and there is an invalid VPP image link within a multiple property Edit mode will fall over with a 500 error Sad smile.

This then makes it very difficult for an editor/developer to fix the invalid image link!

 

All Fixes in v1.6.2

  • Edit mode will no longer fall over with a 500 error when a multiple property points to an invalid VPP image.
  • Dynamic content within XHTML properties will now render correctly in preview and published mode.

 

Further information around MultipleProperty and VPP images

When using standard PropertyImageUrl properties and deleting, renaming or moving VPP images you will be warned by EPiServer that image links will be broken.

Because of the way the MultipleProperty controls are built it is not possible (as far as I am aware) to hook into this functionality and inform the user that MultipleProperty image URL’s will also be broke. 

I assume the way EPiServer handles this is that it would select records from tblProperty and tblWorkProperty and check whether there are any values in the String column that link to the VPP images that are being modified. 

Multiple property serializes the entity values to xml and stores the values in the LongString column.

It may well be possible to hook into various UnifiedFile events and then execute some SQL to update column values but I think this is a bit messy/risky.

For now, I believe the safest option is to allow Edit mode to load and the value of the property to be empty.  It would then be the content editors responsibility to fix the image links although they will not instantly be aware that the VPP image changes they are making will potentially have a knock on effect on various MultipleProperty properties throughout the site.

 

Installation

The easiest way to install the assembly is by installing it from the EPiServer Nuget Feed (once it has been made available).  But if you are not down with the cool kids you can download it from codeplex.

On the codeplex site you will also find some useful documentation and example code to get you familiar with what the property offers.  The example code is dependant on PageTypeBuilder.

 

Feedback

As always feedback is greatly appreciated.  If you have any suggestions for new features or changes I am happy to hear them.

Just twitter me @croweman or send me an email.

Oct 02, 2012

Comments

Please login to comment.
Latest blogs
Make Global Assets Site- and Language-Aware at Indexing Time

I had a support case the other day with a question around search on global assets on a multisite. This is the result of that investigation. This co...

dada | Jun 26, 2025

The remote server returned an error: (400) Bad Request – when configuring Azure Storage for an older Optimizely CMS site

How to fix a strange issue that occurred when I moved editor-uploaded files for some old Optimizely CMS 11 solutions to Azure Storage.

Tomas Hensrud Gulla | Jun 26, 2025 |

Enable Opal AI for your Optimizely products

Learn how to enable Opal AI, and meet your infinite workforce.

Tomas Hensrud Gulla | Jun 25, 2025 |

Deploying to Optimizely Frontend Hosting: A Practical Guide

Optimizely Frontend Hosting is a cloud-based solution for deploying headless frontend applications - currently supporting only Next.js projects. It...

Szymon Uryga | Jun 25, 2025

World on Opti ID

We're excited to announce that world.optimizely.com is now integrated with Opti ID! What does this mean for you? New Users:  You can now log in wit...

Patrick Lam | Jun 22, 2025

Avoid Scandinavian Letters in File Names in Optimizely CMS

Discover how Scandinavian letters in file names can break media in Optimizely CMS—and learn a simple code fix to automatically sanitize uploads for...

Henning Sjørbotten | Jun 19, 2025 |