Hi Phil
Have a problem with the View rwfConfiguration and the class PersonalSubscription.
In the PersonalSubscription is hardcoded the following variable
–> static String CONFIG_VIEW_KEY = "rwfNewsletterConfig";
But in the view rwfConfiguration the column Type has the following code
@If(
Form = "rwfMailConfig":"mailConfig";"Email";<br/>
Form = "rwfNewsletterConfig";"Newsletter";<br/>
Form<br/>
)
So the doc is never found.
To Correct this error i changed Type Column
@If(
Form = "rwfMailConfig":"mailConfig";"Email";<br/>
Form<br/>
)