Shannon
|
5b289a4971
|
Implemented much more for the new drop down property editors to ensure backwards compatibility, had to implement a new required method for property editors to format their data for cache storage. Changed how the drop down angular list is generated, now it uses a dictionary which is much more elegant with less code. Got drop down (normal) and drop down publishing keys working and saving the correct data types, nearly have drop down list multiple working but going to change the property editors to be able to post object (json) instead of just a string for values.
|
2013-08-26 17:24:08 +10:00 |
|
Shannon
|
ad4ebe3755
|
Updated a lot more of the pre-values stuff and the data type editor, updated lots more of the dropdown property editor and now have serialized/deserialized values working for pre-values. Now just need to finish off the pre-value field for the drop down list.
|
2013-08-22 18:38:57 +10:00 |
|
Shannon
|
bedd938553
|
fixes issue with legacy data types and new-prevalues
|
2013-08-15 13:29:35 +10:00 |
|
Shannon
|
4a8026c902
|
Got the Date and Date/Time new property editors created, fixed up a few date casting issues with data. These editors 'should' be compatible with the previous legacy date/datetime editors, just need to test it.
|
2013-08-14 20:08:45 +10:00 |
|
Shannon
|
3e675ff2cc
|
Converted over pre-value config to be a dictionary, not an array. To do that I needed to create a new PreValueCollection object which encapsulates support for legacy (array based) pre-vals which get converted to a dictionary and newer dictionary pre-vals... which we will now require because we'll support pre-value overrides eventually. Fixed up the mapper unit tests and added other unit tests.
|
2013-08-14 19:24:20 +10:00 |
|