Aditya Hase
8aff94d514
fix(jinja): Remove frappe.utils.jinja.get_jenv() from jinja globals
4 лет назад
Leela vadlamudi
5b3acf7fe8
Merge pull request #13307 from leela/incoming-mail-refactoring
refactor: Incoming mail refactoring
4 лет назад
leela
4ce8a600e8
fix: Tests and sider issues
4 лет назад
Leela vadlamudi
f1d54442e1
Merge pull request #13340 from frappe/mergify/bp/develop/pr-13339
fix: display currency in auto email report (backport #13339 )
4 лет назад
Leela vadlamudi
8935001f1f
Merge pull request #13364 from frappe/mergify/bp/develop/pr-13355
fix: refresh form section while refreshing the field (backport #13355 )
4 лет назад
leela
f14d9bd3da
fix: refresh form section while refreshing the field
If all the fields with in a section has depends_on property and in such
case section itself stays hidden as all fields with in it are hidden.
Currently when any form field is updated, we are refreshing only the
fields but not the sections. So, field refresh is not affecting the form
because of section being hidden.
Fix is to refresh the sections when ever form fields are refreshed.
(cherry picked from commit 20c6e24a9f
)
4 лет назад
mergify[bot]
a440286877
fix: check if salutation already exists in email body (backport #13196 ) ( #13358 )
4 лет назад
Suraj Shetty
1562f0e72d
Merge pull request #13280 from prssanna/website-theme-fixes
4 лет назад
Suraj Shetty
38efba692d
fix: Conditionally set css variables
4 лет назад
Suraj Shetty
70348977be
Merge branch 'develop' into website-theme-fixes
4 лет назад
Abhishek Balam
9cc555d544
Merge pull request #13346 from krishnakanthati/tooltip
fix: tooltip displays correct title
4 лет назад
Faris Ansari
914daed6e4
Merge pull request #13349 from netchampfaris/assets-json-path
4 лет назад
Suraj Shetty
e9f040304b
Merge branch 'develop' into website-theme-fixes
4 лет назад
Faris Ansari
23406d031a
fix: Store assets.json directly in assets folder
assets.json stores assets of all apps, so doesn't make sense to put it in frappe folder
4 лет назад
Krishna Kant Hati
2ccea73aa2
fix: tooltip displays correct title
4 лет назад
Suraj Shetty
ab9b6bf36e
ci: Run ui tests after PR merge for status badge
4 лет назад
Suraj Shetty
71632073ec
chore: Fix status badge link
4 лет назад
Suraj Shetty
df0143f948
Merge pull request #13204 from hasnain2808/allow-naming-series-update
4 лет назад
hasnain2808
71604d479a
chore: Merge branch 'develop' into allow-naming-series-update
:# Please enter a commit message to explain why this merge is necessary,
4 лет назад
Akshay Kumar Tripathi
b0f1bbc378
fix: corrected the function get_url ( #13330 )
* Removed /Form from the function get_url
As per issue #12820 , I think /Form was causing a problem so I removed it. Now the get_url returns URL in the format: "app/doctype/name".
* fix: Change to f-strings
* Implement slug on get_url
* Removed slug for names
4 лет назад
mergify[bot]
8ebc251394
Merge pull request #13065 from gavindsouza/api-updates
fix: Evaluate boolean values better via /api/resource/<doctype>
4 лет назад
Suraj Shetty
8764134309
ci: Run mariadb tests after PR merge for coverage badge
4 лет назад
Gavin D'souza
b215921a97
fix: Convert only as_dict and debug values to bool
Given the scope of its usage at this point, this becomes a problem when you'd have a field named y,n, true, false and order_by that field, or have the same values for a document name that parent parameter would accept out of all those that Frappe REST allows.
4 лет назад
mergify[bot]
21473aced7
Merge pull request #13338 from resilient-tech/fix-cb-grid
fix: double checkboxes in editable grid
4 лет назад
leela
45b709906f
fix: display currency in auto email report
Currently currency is always showed as INR(default) irrespective of what currency
field option is.
To get the field currency, the whole document(record) is needed. Fixed
it by passing the document record.
(cherry picked from commit 2e58d669e2
)
4 лет назад
Sagar Vora
e79ce22d4d
fix: double checkboxes showing in editable grid
4 лет назад
Suraj Shetty
878ac658b2
Merge pull request #13333 from surajshetty3416/fix-breakpoint
feat: Add grid breakpoint css_variables
4 лет назад
mergify[bot]
1c5747bf71
Merge pull request #13286 from gavindsouza/router-fix
fix: Don't strip 'app' from doctype route names
4 лет назад
Suraj Shetty
ad8b844942
feat: Add grid breakpoint css_variables
So that other apps does not have to be dependant on 'variables' file to get grid sizes
4 лет назад
Gavin D'souza
f94ee120c2
Merge branch 'develop' into website-theme-fixes
4 лет назад
mergify[bot]
b7312545f2
Merge pull request #13296 from resilient-tech/fix-col-heading
fix: set title attribute for grid header columns
4 лет назад
mergify[bot]
b726f4bff7
Merge pull request #13325 from frappe/dependabot/npm_and_yarn/browserslist-4.16.6
chore(deps): bump browserslist from 4.4.2 to 4.16.6
4 лет назад
gavin
6fb979b81c
Merge pull request #13206 from ankush/slack_disable_link
feat(minor): option to disable button in slack message
4 лет назад
dependabot[bot]
62015292da
chore(deps): bump browserslist from 4.4.2 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.4.2 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.4.2...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
4 лет назад
mergify[bot]
19d905a2e8
Merge pull request #13295 from resilient-tech/fix-report-link
fix(Workspace): broken links for reports created with Report Builder
4 лет назад
Ankush Menat
ba1c11008f
feat: option to disable button in slack message
Add a checkbox that lets user disable button which has link to the
document.
4 лет назад
Kenneth Sequeira
6632b5876a
feat(minor): add number format parameter in fmt_money ( #13255 )
* feat: add number format parameter in fmt_money
* review fix: move new parameter at the end
Co-authored-by: Kenneth Sequeira <kenneth@Kenneths-MacBook-Air.local>
4 лет назад
mergify[bot]
1ac27efa7a
Merge pull request #13309 from gavindsouza/exempt-button-customize
fix(DocType): Skip field name conflict validation for No value fields
4 лет назад
Gavin D'souza
ee8f349344
fix: Skip field name conflict validation for No value fields
4 лет назад
Gavin D'souza
c90cea89cb
feat(minor): Nudge for method exists for button fieldtype
This doesn't throw an exception, rather a msgprint in case the
developer isn't ready for that yet. This serves as a nudge rather than a
validation
4 лет назад
Gavin D'souza
8d590eabca
fix: Don't throw error for fieldtype Button conflicts
4 лет назад
mergify[bot]
36b3d415e7
Merge pull request #13303 from chromonav/user-profile-not-loading
fix: user profile not loading
4 лет назад
Rushabh Mehta
03efb18571
Merge pull request #13044 from alyf-de/fix_number_format_de
fix: default number format for germany
4 лет назад
leela
39e6c040de
test: Incoming mail tests are added
4 лет назад
Suraj Shetty
d6f8fc7429
Merge pull request #13306 from surajshetty3416/fix-script-manager
fix: Use extend_cscript in make to properly extend functions of class
4 лет назад
Suraj Shetty
4410813502
fix: Use extend_cscript in make to properly extend functions of class
4 лет назад
Chinmay Kulkarni
3e44744a37
fix: user profile not loading
fix issue caused during implementation of esbuild system
4 лет назад
Suraj Shetty
b5b8810945
Merge pull request #13300 from surajshetty3416/fix-extend-cscript
4 лет назад
Suraj Shetty
dcf2ef223c
Merge pull request #13284 from surajshetty3416/fix-email-tracker
4 лет назад
Suraj Shetty
52a0a905a7
test: Fix email tracker test case
4 лет назад