Skip to content

Conversation

@mrsaicharan1
Copy link
Member

Fixes #6232

Short description of what this resolves:

  • Fixes hardcoded URL in FE & updates mail message

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

@auto-label auto-label bot added the fix label Jul 24, 2019
event_name=order.event.name,
invoice_id=order.invoice_number
invoice_id=order.invoice_number,
frontend_url=get_settings()['frontend_url']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe in other issue, but this needs to be in context processor

@codecov
Copy link

codecov bot commented Jul 24, 2019

Codecov Report

Merging #6233 into development will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #6233      +/-   ##
===============================================
- Coverage        65.86%   65.71%   -0.15%     
===============================================
  Files              287      286       -1     
  Lines            14559    14523      -36     
===============================================
- Hits              9589     9544      -45     
- Misses            4970     4979       +9
Impacted Files Coverage Δ
app/api/helpers/system_mails.py 100% <ø> (ø) ⬆️
app/api/helpers/mail.py 29.29% <ø> (ø) ⬆️
app/api/events.py 25.13% <0%> (-0.81%) ⬇️
...ests/all/integration/api/validation/test_events.py
app/api/schema/events.py 91.72% <0%> (+1.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc02893...3ad25e2. Read the comment docs.

@iamareebjamal iamareebjamal merged commit 0ed4363 into fossasia:development Jul 24, 2019
yitzikc pushed a commit to yitzikc/open-event-server that referenced this pull request Jul 25, 2019
mrsaicharan1 added a commit to mrsaicharan1/open-event-server that referenced this pull request Jul 26, 2019
implemented route for component check

Fix hound issues

Added Additonal table & relationship

Add URL rules & schema additions

Fix hound issues

Removed redundant relations
mrsaicharan1 added a commit to mrsaicharan1/open-event-server that referenced this pull request Jul 26, 2019
implemented route for component check

Fix hound issues

Added Additonal table & relationship

Add URL rules & schema additions

Fix hound issues

Removed redundant relations
mrsaicharan1 added a commit to mrsaicharan1/open-event-server that referenced this pull request Jul 26, 2019
implemented route for component check

Fix hound issues

Added Additonal table & relationship

Add URL rules & schema additions

Fix hound issues

Removed redundant relations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

URL in ticket confirmation mail is hardcoded to eventyay.com

3 participants