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

Move systemsettings out of public + remove duplicate 404/403 template #3804

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

theskumar
Copy link
Member

@theskumar theskumar commented Mar 11, 2024

Description

  • Renamed the SystemSettings model class
  • 404/403 templates specific to apply to is removed, use a single
    template for them.
  • Add data migration for old SystemMessageSettings model class
  • add/update the testing urls for error pages

Fixes #3768

Test Steps

  • goto admin and check system settings has the old values
  • check the following test routes for logged in and logged out users - test400/, test403/, test404/, test500/ and test403_csrf/ . Note, all of these pages had custom styles, this PR doesn't try to add new styles/messages for pages that where not already had custom implementation, just exposes these testing urls.

@theskumar theskumar self-assigned this Mar 11, 2024
- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
@frjo frjo force-pushed the move-system-message-settings branch from 21f761a to 8ea3bb3 Compare March 21, 2024 13:57
@frjo frjo added Status: Needs testing Tickets that need testing/qa Type: Maintenance Type: Patch Mini change, used in release drafter Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Mar 21, 2024
@wes-otf wes-otf added Status: Tested - approved for live ✅ and removed Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Mar 21, 2024
@frjo frjo merged commit 4517b5a into main Mar 22, 2024
10 checks passed
@theskumar theskumar deleted the move-system-message-settings branch March 28, 2024 02:27
wes-otf pushed a commit to OpenTechFund/apply-app that referenced this pull request Apr 1, 2024
…HyphaApp#3804)

- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
- add/update the testing urls for error pages
Fixes HyphaApp#3768
wes-otf pushed a commit to OpenTechFund/apply-app that referenced this pull request Apr 1, 2024
…HyphaApp#3804)

- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
- add/update the testing urls for error pages
Fixes HyphaApp#3768
wes-otf pushed a commit that referenced this pull request May 7, 2024
…#3804)

- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
- add/update the testing urls for error pages
Fixes #3768
wes-otf pushed a commit that referenced this pull request May 8, 2024
…#3804)

- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
- add/update the testing urls for error pages
Fixes #3768
Vldln pushed a commit to equalitie/hypha that referenced this pull request May 28, 2024
…HyphaApp#3804)

- Renamed the SystemSettings model class
- 404/403 templates specific to apply to is removed, use a single
  template for them.
- Add data migration for old SystemMessageSettings model class
- add/update the testing urls for error pages
Fixes HyphaApp#3768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move SystemMessagesSettings (logo settings etc.) out of public
3 participants