In the configuration of the web designer I want to enable the dictionary relations modification without enabling the datasource modification. I have set the following property to true:
Code: Select all
StiWebDesignerOptions.Dictionary.AllowModifyDataSources = false;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
If I set:
Code: Select all
StiWebDesignerOptions.Dictionary.AllowModifyDataSources = true;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
Am i missing something? Is it a bug? I am using 2013.1 release.
Thanks for your support,
Lucía Morales