AllowModifyRelations in designer web
Posted: Tue Jul 16, 2013 10:44 am
Hi,
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:
The designer allows me to create new relations but I am not able to delete or edit them.
If I set:
then the designer allows me to create, modify an delete relations but also datasource.
Am i missing something? Is it a bug? I am using 2013.1 release.
Thanks for your support,
LucĂa Morales
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