Faris Ansari
49b2c43c88
Revert "feat(minor): empty state for list view"
This reverts commit 0ee7c94a9f
.
3 anni fa
Jannat Patel
ae10160e61
fix: section with collapsible content jerk issue
3 anni fa
Faris Ansari
6eb7b3a6b0
Revert "fix: add frappe.enqueue to server scripts ( #14202 )" ( #14204 )
This reverts commit a3d9a3290d
.
3 anni fa
Faris Ansari
a3d9a3290d
fix: add frappe.enqueue to server scripts ( #14202 )
3 anni fa
Suraj Shetty
4c9fd5754f
test: Add test case for redirection after login
3 anni fa
Gavin D'souza
1aa4fa77ac
Merge branch 'develop' of github.com:frappe/frappe into misc-fixes-1
3 anni fa
Gavin D'souza
f1c29a16eb
fix: Invalid translation string
3 anni fa
Gavin D'souza
53f92e5b5c
refactor: Use Query Builder instead of raw queries
3 anni fa
Suraj Shetty
643f864e83
Merge pull request #14158 from alias/fix-no-default-fields-propagation
3 anni fa
Snyk bot
104b903748
fix: package.json & yarn.lock to reduce vulnerabilities ( #14175 )
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
3 anni fa
Gavin D'souza
1545ad65d1
fix: Don't need postgres to use Frappe
* Made code DRY-er by using obscure frappe.db.is_data_too_long
* Python would run psycopg import line which would check if postgres is
installed. Sites just wanting to chill w MariaDB would also need
Postgres to be installed to get Frappe running. Fixes https://github.com/frappe/frappe/issues/14193
3 anni fa
Suraj Shetty
dbe50a2f03
Merge branch 'develop' into file-view-checkbox-fix
3 anni fa
gavin
6cc2bf9b17
Merge pull request #14125 from shariquerik/no-check-icon-in-pdf
fix(UI): Checked icon not visible in PDF
3 anni fa
mergify[bot]
fbe4bdaa9e
fix: cannot read property 'datamanager' of undefined (backport #14178 ) ( #14194 )
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
3 anni fa
mergify[bot]
edea08718c
fix: publish realtime to work with localhost (backport #14174 ) ( #14196 )
Co-authored-by: leela <leela.vadlamudi@gmail.com>
3 anni fa
mergify[bot]
fa9445a416
Merge pull request #14176 from nextchamp-saqib/refactor-multi-select-dialog-develop
feat: ability to select a child in multi-select dialog
3 anni fa
Ankush Menat
8d46b365d9
chore(deps): bump ipython to latest version
3 anni fa
Shariq Ansari
e27f58cc0f
fix: Total Row in query report still hidden ( #14183 )
3 anni fa
Gavin D'souza
79cd3ea60e
chore: Drop extra license line
3 anni fa
Gavin D'souza
479a583e4b
fix: Set DocumentNamingRule.counter as no_copy
3 anni fa
Gavin D'souza
1c37cdde34
fix: Translate "You" in get_user_link
3 anni fa
gavin
1717bddfb9
Merge pull request #14182 from gavindsouza/misc-fixes-0
fix: Misc fixes
3 anni fa
Gavin D'souza
602bfd4b62
fix: Show user name with workflow state in timeline
3 anni fa
Saqib Ansari
528855588e
refactor: child table filtering
3 anni fa
Gavin D'souza
3ae80af2c4
chore: Drop unmaintained sample config file
Use https://frappeframework.com/docs/user/en/basics/site_config for
reference instead
3 anni fa
Rushabh Mehta
69eec2de51
Merge pull request #14179 from rmehta/list-empty-state
feat(minor): empty state for list view
3 anni fa
Rushabh Mehta
0ee7c94a9f
feat(minor): empty state for list view
3 anni fa
Saqib Ansari
96398b5e8c
feat: ui test for multiselect dialog
3 anni fa
Saqib Ansari
fa6efae921
refactor: use child fieldname for child doctype selection
4 anni fa
Saqib Ansari
54f34bdce8
fix: fetching of child items
4 anni fa
Saqib Ansari
6dbe0ef5cf
refactor: replace child_selection_toggle button with checkbox
4 anni fa
Saqib Ansari
75c20efd02
chore: hide apply filter button
4 anni fa
Saqib Ansari
52bf3f6bba
fix: sider issues
4 anni fa
Saqib Ansari
290150df31
fix: datatable height
4 anni fa
Saqib Ansari
1ecb0b63d3
fix: datatable height
4 anni fa
Saqib Ansari
48f1abc86b
chore: remove name column
4 anni fa
Saqib Ansari
0da9d55f01
fix: datatable rendering
4 anni fa
Saqib Ansari
e9926c92a8
feat: use datatable for filtering child items
4 anni fa
Saqib Ansari
22d7aca576
feat: child selection in multi select dialog
4 anni fa
Saqib Ansari
c37ec8fdd9
refactor: get_fields of multi select dialog
4 anni fa
Summayya
0a4e5a2e3c
reset password page
3 anni fa
Summayya
53a72f48c5
fix(UI): freset password page
3 anni fa
Ankush Menat
4aced1cbe2
Merge pull request #14085 from ankush/ci_ubuntu_latest
ci: use ubuntu-latest for all jobs
3 anni fa
Mohammad Hasnain Mohsin Rajan
ae5cf9c32c
chore: change `missing_in_backup` function docstring
3 anni fa
Ankush Menat
eb4e94f52d
fix: install mariadb client
GitHub action's Ubuntu 20.04 image has mysql8 tooling which is not
compatible with mariadb.
3 anni fa
Ankush Menat
049df53cd8
Merge branch 'develop' into ci_ubuntu_latest
3 anni fa
Rushabh Mehta
22f143898b
fix(minor): frappe.toast alist from frappe.show_alert, and added toasts to website.js, plus show full processlist
3 anni fa
ahmadRagheb
c280671a7a
fix(event streaming): Notify consumers on document cancel ( #14160 )
* event streaming not working on cancel
fix for https://github.com/frappe/frappe/issues/14141
event streaming not working on cancel
* style: Remove extra line
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 anni fa
mergify[bot]
74ee14a07b
Merge pull request #13465 from hasnain2808/fix-number-format-issues
fix: number format converting to decimals
3 anni fa
Akash Chaudhari
bc4b0d9348
fix: Dont translate brand name ( #14162 )
3 anni fa