Make a way to sign up for autopay from No Autopay payment form on Invoice #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version 1 implemented, just rough first try no testing done as of 8:25AM 3-19-26
Frontend is added to the custom form, but I've done no testing on the backend yet.
All backend logic is toggled off with a site config feature flag so the rest of the features can be pushed to production. This way I can turn it back on whenever I want to continue dev.
This is done on the files, but the site config is ignored by git, so we need to update the production server's site_config.json to have all the necessary fields. After than we just need to pull on the production server, then run the build and restart commands from the bench root.
Try to have done by 5/15
Done and tested