Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #7271 - Email Template selection in email module is not working for 7.10.16 #7282

Merged
merged 1 commit into from May 16, 2019

Conversation

Dillon-Brown
Copy link
Contributor

Description

Fixes an issue with the email compose buttons not returning data from the popups.

Motivation and Context

Issue reference: #7271

How To Test This

  1. Open email module
  2. Compose
  3. Select email template

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (hotfix-7.10.x@12f5974). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             hotfix-7.10.x    #7282   +/-   ##
================================================
  Coverage                 ?    7.47%           
================================================
  Files                    ?     3737           
  Lines                    ?   386898           
  Branches                 ?        0           
================================================
  Hits                     ?    28919           
  Misses                   ?   357979           
  Partials                 ?        0

@cameronblaikie
Copy link
Contributor

Assessed 👍

@Dillon-Brown Dillon-Brown merged commit 980bc3b into salesagility:hotfix-7.10.x May 16, 2019
@pgorod
Copy link
Contributor

pgorod commented Jun 5, 2019

This is also merged into 7.11.5, right?

Because there seems to be some problem... https://suitecrm.com/suitecrm/forum/suitecrm-7-0-discussion/24698-email-templates-not-loading?start=15#85477

@Dillon-Brown
Copy link
Contributor Author

@pgorod Yeah it's in 7.11.5. I'm not able to replicate, seems to work fine for me.

@kikobar
Copy link

kikobar commented Jun 11, 2019

I upgraded from 7.10.16 to 7.11.5 in one step and I still have this issue.

@pstevens71
Copy link

I'm experiencing this issue in 7.11.4. The 2 JS files referenced changes do not seem to fix the issue for me either.

@pstevens71
Copy link

Update.... I'm using cloudflare, cleared the cloudflare cache after replacing the files and after re-building the JS files (quick repair and rebuild plus the rebuild JS files options) and it now works! Thank you!!

@kikobar
Copy link

kikobar commented Jun 12, 2019

@pstevens71 could you please list the exact steps you took to make it work?

@pstevens71
Copy link

The trick is:

  1. replace the two JS files with the versions here:
    https://github.com/salesagility/SuiteCRM/pull/7282/files

  2. Admin/Repair/Quick repair and rebuild
    3.Admin/Repair/Repair JS Files

I also am using cloudflare so had to clear the cache AND Shift F5 to clear the browser cache (in Chrome) and it works!

If your hosting is using a cache you might want to make sure that's clear too.

@kikobar
Copy link

kikobar commented Jun 12, 2019

Thanks! I will give it a shot and will post back here.

@kikobar
Copy link

kikobar commented Jun 12, 2019

@pstevens71 @Dillon-Brown thanks a lot!
I confirm this did the trick for me too!

@kikobar
Copy link

kikobar commented Jun 12, 2019

In my case the real issue was the browser cache (silly me!!) because I tried in a new private window before trying anything else and if actually worked.
Apologies if I misled someone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants