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

[BUG] 2.1 notify needs to be updated with quads_url and new url endpoints #544

Closed
sadsfae opened this issue Nov 1, 2024 · 0 comments
Closed

Comments

@sadsfae
Copy link
Member

sadsfae commented Nov 1, 2024

We need to update notify.py code and templates in a few places, this is currently breaking notifications.

./templates/future_initial_message:{{ wiki_url }}/faq/
./templates/future_initial_message:{{ wiki_url }}/usage/
./templates/future_message:{{ wiki_url }}/assignments/#{{ cloud }}
./templates/future_message:{{ wiki_url }}/faq/
./templates/future_message:{{ wiki_url }}/usage/
./templates/initial_message:{{ wiki_url }}/assignments/#{{ cloud }}
./templates/initial_message:{{ wiki_url }}/faq/
./templates/initial_message:{{ wiki_url }}/usage/
./templates/message:{{ wiki_url }}/assignments/#{{ cloud }}
./templates/message:{{ wiki_url }}/faq/
./templates/message:{{ wiki_url }}/usage/
./tools/notify.py:            wiki_url=Config["quads_url"],
./tools/notify.py:                    Config["wiki_url"],
./tools/notify.py:                Config["wiki_url"],
./tools/notify.py:        wiki_url=Config["quads_url"],
./tools/notify.py:        wiki_url=Config["wiki_url"],
./tools/notify.py:        wiki_url=Config["wiki_url"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant