osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Migrated to Python3 and added create_ticket() REST functionality #91

Closed agaetep closed 1 year ago

agaetep commented 1 year ago

I only commented out things I changed when change to API based, especially encoding keys/values in create_msg(), just in case that's still necessary. It's my understand that python3 is already encoded though

A few questions I have:

agaetep commented 1 year ago

The changes I made that allow any queue to be used will require a change in the html files on the pelican site: I changed the send_to value under the "formsender settings" section at the bottom of each html form to directly reflect the queues we already have on RT, since REST API is case sensitive

ramereth commented 1 year ago

@antoniagaete Forgot to mention that we should also clean up conf.py.dist by doing the following:

ramereth commented 1 year ago

@antoniagaete please fix the CI errors