By migrating a V2.6 project to V3.5 it loses the readonly flag on 'Field on related fields'

Posts   
 
    
SanderF
User
Posts: 125
Joined: 11-Dec-2006
# Posted on: 05-Oct-2012 08:18:53   

Hi there,

We're still using V2.6 of LLBLGenPro and we will migrate to V3.5. I've installed the 'v2.x to v3.x migration templates' (date 17-mar-2012) in V2.6 and run it. When i open the ConvertedProjectV31Format.llblgenproj in V3.5 everything seems to be oke.

When i try to generate the code from version V3.5 i get serveral errors like:

The field-mapped-onto-related-field 'Document.DocumentAggr_AantalRoutes' has the following errors:
 - IsReadOnly: The related field is marked as ReadOnly so this field also should be marked as ReadOnly

This is because all the readonly properties i've set in V2.6 aren't migrated to V3.5 (see screenshots).

Am I doing something wrong?

Thanks, Sander.

Attachments
Filename File size Added on Approval
Screenshot V2.6 en V3.5.png 60,049 05-Oct-2012 08:20.49 Approved
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 05-Oct-2012 11:08:19   

Likely a bug in the template. We'll look into it.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 05-Oct-2012 16:13:03   

Fixed. See attached template.

Attachments
Filename File size Added on Approval
v3ProjectFile.lpt 65,972 05-Oct-2012 16:13.09 Approved
Frans Bouma | Lead developer LLBLGen Pro
SanderF
User
Posts: 125
Joined: 11-Dec-2006
# Posted on: 05-Oct-2012 16:18:02   

Thanks!