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

fix: compute modal title server side (backport #26179) #26192

Merged
merged 1 commit into from May 21, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 29, 2024

The contact form shows a modal telling the user that the message was sent successfully.

The success message was computed on the server side, while the title was computed on the client side. This led to inconsistent translations.

This PR fixes this by computing the title on the server side as well.


This is an automatic backport of pull request #26179 done by Mergify.

@mergify mergify bot requested a review from a team as a code owner April 29, 2024 08:22
@mergify mergify bot requested review from ankush and removed request for a team April 29, 2024 08:22
@barredterra barredterra removed their assignment Apr 29, 2024

This comment was marked as outdated.

@stale stale bot added the inactive label May 15, 2024
@ankush ankush merged commit 3b787ac into version-15-hotfix May 21, 2024
19 checks passed
@ankush ankush deleted the mergify/bp/version-15-hotfix/pr-26179 branch May 21, 2024 06:38
frappe-pr-bot pushed a commit that referenced this pull request May 22, 2024
# [15.28.0](v15.27.0...v15.28.0) (2024-05-22)

### Bug Fixes

* "Not assigned" filter ([#26468](#26468)) ([#26470](#26470)) ([ee6545b](ee6545b))
* compute modal title server side ([#26192](#26192)) ([3b787ac](3b787ac))
* condition of event participants ([#26300](#26300)) ([#26456](#26456)) ([31be0b9](31be0b9))
* default tree view ([07883a7](07883a7))
* Don't fiddle with child table indexes ([#26450](#26450)) ([#26453](#26453)) ([7e0d734](7e0d734))
* **DX:** Don't run CI if there are no tests (backport [#26457](#26457)) ([#26466](#26466)) ([72c693e](72c693e))
* enable fetch_from for Time fieldtype ([#25266](#25266)) ([#26471](#26471)) ([#26483](#26483)) ([f1267ca](f1267ca))
* **grid_row:** don't crash when undefined ([116ba1c](116ba1c))
* preserve checked items after a search ([befcce1](befcce1))

### Features

* **recorder:** Suggest index for optimizing query (backport [#26433](#26433)) ([#26435](#26435)) ([4b780cd](4b780cd))

### Performance Improvements

* num2words, babel, gettext, sentry imports ([#26475](#26475)) ([#26477](#26477)) ([e79e5f9](e79e5f9))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 15.28.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

None yet

3 participants