Updates data type service for the way it saves pre-values so we can maintain ids if necessary - updates the pre-value editors to except a different dictionary which includes an id if necessary. This all fixes: U4-2751 Check that when publishing keys for drop down list prop eds that if we change a value that the id remains constistent

This commit is contained in:
Shannon
2013-10-24 16:38:00 +11:00
parent 165caa5aba
commit 36ffd41007
9 changed files with 99 additions and 58 deletions

View File

@@ -9,7 +9,11 @@
{
Value = value;
Id = id;
}
public PreValue(string value)
{
Value = value;
}
/// <summary>