forked from frappe/frappe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v12-pre-release' into version-12
- Loading branch information
Showing
81 changed files
with
993 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Backport | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
- labeled | ||
|
||
jobs: | ||
backport: | ||
runs-on: ubuntu-18.04 | ||
name: Backport | ||
steps: | ||
- name: Backport | ||
uses: tibdex/backport@v1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Version 12.3.0 Release Notes | ||
|
||
- Fixed user's permission issue while loading query report data ([#9231](https://github.com/frappe/frappe/pull/9231)) | ||
- Fixed issue with group by reports not being saved ([#9255](https://github.com/frappe/frappe/pull/9255)) | ||
- In Report View, status field will now be derived from docstatus or workflow status field if not in docfields ([#9279](https:9279//github.com/frappe/frappe/pull/)) | ||
- Reset document email link on changing the document([#9271](https://github.com/frappe/frappe/pull/9271)) | ||
- Fixed issues with Dashboard Chart filter ([#9298](https://github.com/frappe/frappe/pull/9298)) | ||
- Support Before/After Save document events for server scripts ([#9332](https://github.com/frappe/frappe/pull/9332)) | ||
- Fixed Auto Email Report which were not working for the prepared report ([#9344](https://github.com/frappe/frappe/pull/9344)) | ||
- Updated breadcrumb itemtype to schema.org ([#9348](https://github.com/frappe/frappe/pull/9348)) | ||
- Added in_quick_entry option for custom field ([#9395](https://github.com/frappe/frappe/pull/9395)) | ||
- Release notes/update popup will be only shown to System Managers ([#9410](https://github.com/frappe/frappe/pull/9410)) | ||
- Added ability to dynamically skip total row in Script Reports ([#9414](https://github.com/frappe/frappe/pull/9414)) | ||
- Retain standard filter input fields on reload ([#9446](https://github.com/frappe/frappe/pull/9446)) | ||
- Hide Cancel button if workflow state and action for Cancel is defined ([#9423](https://github.com/frappe/frappe/pull/9423)) | ||
- Automatically set workflow state when some action is performed on a document from the backend if workflow exists ([#9498](https://github.com/frappe/frappe/pull/9498)) | ||
- Bulk Workflow Action will be rolled back on error ([#9443](https://github.com/frappe/frappe/pull/9443)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.