DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

Fields no longer populate in 6.5.4 after update to DNN 9.8.0 #80

Closed TopCat6 closed 3 years ago

TopCat6 commented 4 years ago

Describe the bug

In Email Settings a column name in a field no longer works after DNN update from 9.7.2 to 9.8.0. For example, putting [Email] into the CC: field in Settings for a defined field called Email used to populate that field and cause a copy to be sent to the originator. Since update to DNN 9.8.0 it no longer does. Same goes for ReplyTo: field. This has now been tested on several sites.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Email Settings' in Page Related Settings of Form and List Configuration
  2. Add one of your field names in one of the email header fields
  3. Save and then fill out the form.
  4. Receive the email and note that the field you asked for is not present in the email.

Expected behavior

FnL would work in DNN 9.8.0 as it does in DNN 9.7.2

Screenshots

If applicable, add screenshots to help explain your problem. image

image

Error log

No Admin Log entries found

valadas commented 4 years ago

Quick question to try and spot the issue, was this just an upgrade to 9.8.0 or in addition the option Telerik removal was performed on this site ?

TopCat6 commented 4 years ago

Good point! However, it is one site of each. One site was upgraded to 9.8.0 and in addition, the optional Telerik removal was performed on this site. Another site has the Telerik Identifier installed, but is waiting to perform the 9.8 Telerik procedure until the issue with the Dnn.Modules.Newsletters.dll module is resolved. So one of each. But both sites did recently have the RadEditor removed.

valadas commented 3 years ago

I just ran a test on 9.8.1 and it all works as expected, however the emails need to be different. It looks like it de-duplicates what makes no sense (like having the same email TO and CC or BCC...

If there is more to it than this, please add more details and I will re-open...

TopCat6 commented 3 years ago

Looks like https://github.com/dnnsoftware/Dnn.Platform/issues/4472 will fix it. BCC and CC are completely ignored when sending email and https://github.com/dnnsoftware/Dnn.Platform/issues/4502 Email ReplyTo is ignored when sending Email