Hi, I created a Package which included a Data Type I created - the render control for the data type is "umbraco usercontrol wrapper", then I select the usercontrol from the dropdown and then enter the "File Extension" and "File Path" values.
When i install my package on a blank umbraco site the values for "File Extension" and "File Path" for this data type are empty. When i look in the database in the cmsDataTypePreValues table i can see the values i entered for the "File Extension" and "File Path" which are linked to the data type ID - but the problem is that the "Alias" field is empty? the value in the Alias field should be "FileExtension" and "FilePath"....when i manually insert these aliases in the database then it shows up in umbraco when I look at the data type.
It seems to be a bug where it is not bringing accross the Alias names...
Alias value empty in cmsDataTypePreValues table
Hi, I created a Package which included a Data Type I created - the render control for the data type is "umbraco usercontrol wrapper", then I select the usercontrol from the dropdown and then enter the "File Extension" and "File Path" values.
When i install my package on a blank umbraco site the values for "File Extension" and "File Path" for this data type are empty. When i look in the database in the cmsDataTypePreValues table i can see the values i entered for the "File Extension" and "File Path" which are linked to the data type ID - but the problem is that the "Alias" field is empty? the value in the Alias field should be "FileExtension" and "FilePath"....when i manually insert these aliases in the database then it shows up in umbraco when I look at the data type.
It seems to be a bug where it is not bringing accross the Alias names...
Has anyone encountered this problem?
Thanks, Mike
is working on a reply...