Page 1 of 1

AllowModifyRelations in designer web

Posted: Tue Jul 16, 2013 10:44 am
by lucia_mgv
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:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDataSources = false;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
The designer allows me to create new relations but I am not able to delete or edit them.

If I set:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDataSources = true;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
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

Re: AllowModifyRelations in designer web

Posted: Wed Jul 17, 2013 12:03 pm
by Alex K.
Hello,

We will try to fix it to the next prerelease build on this week.

Thank you.