• FYI:Problem with PersonalSubscription and view rwfConfiguration

    By Enio Basso 2 decades ago

    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 = &quot;rwfMailConfig&quot;:&quot;mailConfig&quot;;&quot;Email&quot;;<br/>
    Form = &quot;rwfNewsletterConfig&quot;;&quot;Newsletter&quot;;<br/>
    Form<br/>
    

    )



    So the doc is never found.



    To Correct this error i changed Type Column



    @If(

    Form = &quot;rwfMailConfig&quot;:&quot;mailConfig&quot;;&quot;Email&quot;;<br/>
    Form<br/>
    

    )

    • Thanks.

      By Phillip A Kahrl 2 decades ago

      A fix for the view selection will be in the next release.