Summayya
1f7fa047b6
refactor: footer subscribe button
3 лет назад
Summayya
7e4aa9b3e8
refactor: bg-color
3 лет назад
Summayya
b5722a4495
refactor: list view
3 лет назад
Summayya
06ac314ab4
refactor: add svg for empty state
3 лет назад
Summayya
92ac6d9c99
fix: my-account page styles
3 лет назад
Summayya
de39191624
refactor: my-account page
3 лет назад
mergify[bot]
d1e229de2c
Merge pull request #15343 from sumaiya2908/empty-fetch-from-field
fix: Clear fetched field when link field is cleared
3 лет назад
mergify[bot]
97cd221f24
Merge pull request #15404 from adityahase/fix-restore-default-value
fix(restore): Repopulate db_tables cache after database restore
3 лет назад
Suraj Shetty
f8cbe9575f
Merge branch 'develop' into empty-fetch-from-field
3 лет назад
Aditya Hase
d334379b02
fix(restore): Repopulate db_tables cache after database restore
This takes care of the following scenario.
During restore, before tabDefaultValue is created if a request/command executes frappe.db.get_tables, then the cached value db_tables is populated with partial list of tables.
bootstrap_database then checks if this partial list contains tabDefaultValue (as a sanity test to see if the restore worked). This check fails even though the database is correctly restored.
3 лет назад
mergify[bot]
4f38b7d544
Merge pull request #15400 from hrwX/translate_update_pwd_page
fix: use python _ instead of __
3 лет назад
hrwx
350fe71662
fix: use python _ instead of __
3 лет назад
mergify[bot]
02fc043745
Merge pull request #15355 from pateljannat/custom-signup
feat: Custom signup form hook
3 лет назад
Suraj Shetty
52b5265868
fix: Make labels translatable
3 лет назад
mergify[bot]
e352c2e343
fix(ui): Rendering forms created by disabled users (backport #15371 ) ( #15391 )
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 лет назад
mergify[bot]
daa8520e88
Merge pull request #15379 from ankush/feat/nested_transactions
feat: SQL savepoints
3 лет назад
Sagar Vora
27e2b0ce0b
Merge pull request #15318 from resilient-tech/import-translation
feat: translations in Data Import
3 лет назад
mergify[bot]
6d8ec787a7
Merge pull request #15381 from cpdeethree/patch-1
fix: default to 'en' if no language in settings
3 лет назад
mergify[bot]
c4a714e20e
fix: Barcode rendering in server side printing (backport #15383 ) ( #15384 )
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
Co-authored-by: gavin <gavin18d@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 лет назад
Sagar Vora
6dc67835c5
fix: typo in comment
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
3 лет назад
Sagar Vora
8b8f03f2d1
fix: remove irrelevant comment
3 лет назад
Sagar Vora
e6d550b451
fix: remove unnecessary translation
3 лет назад
Sagar Vora
a952c8994d
fix: remove unnecessary loop
3 лет назад
Sagar Vora
5df970013e
feat: translations in Data Import
3 лет назад
Conor
6217fe0967
fix: default to 'en' if no language in settings
This fixes an issue during installation of tests for erpnext in postgres - global settings
3 лет назад
Summayya
edb1e0b372
refactor: remove return statement for empty response
3 лет назад
mergify[bot]
5389e7eebd
Merge pull request #15277 from saxenabhishek/aks-fix-setup_wizard_region
fix: misc setup_wizard region slide
3 лет назад
Summayya Hashmani
9e8a343e9e
Merge branch 'frappe:develop' into empty-fetch-from-field
3 лет назад
mergify[bot]
df0ac2e666
Merge pull request #15368 from shariquerik/custom-rating
feat: Half star rating (4.5 out of 5)
3 лет назад
Suraj Shetty
b530beb503
revert: Empty value checks
3 лет назад
Suraj Shetty
1dd870ce73
refactor: Use placeholder instead of additional option in select
- Additional options were still selectable which could have got through
- Minor formatting changes
3 лет назад
Ankush Menat
3101c45f26
fix: return self when using `save` on new docs
for consistency.
3 лет назад
Ankush Menat
1c0de77634
feat: SQL savepoints
3 лет назад
mergify[bot]
29c0e13fb0
Merge pull request #15377 from phot0n/website-generator-import-path-fix
fix: wrong website generator import tag
3 лет назад
phot0n
564f463073
fix: wrong website generator import tag
3 лет назад
Suraj Shetty
9006f92296
test: Fix flaky test of language selection ( #15373 )
3 лет назад
Shariq Ansari
b54aa00a9f
Merge branch 'develop' into custom-rating
3 лет назад
Shariq Ansari
ed60a30e69
test: fixed failing tests
3 лет назад
mergify[bot]
16749e387b
Merge pull request #15287 from ankush/treeeview_expand_fix
fix: treeview expanding at random
3 лет назад
mergify[bot]
8c52eb6389
Merge pull request #15339 from phot0n/uninstall-hooks
feat: `before_uninstall` and `after_uninstall` hooks
3 лет назад
Shariq Ansari
5aafc4def9
fix: sider fix
3 лет назад
Shariq Ansari
7912d6072d
feat: Half star rating (4.5 out of 5)
3 лет назад
gavin
34d343bc06
Merge pull request #15362 from gavindsouza/agg-patch-fix-0
fix: Escape matching pattern for substitution
3 лет назад
phot0n
1d879f741b
feat: before_uninstall and after_uninstall hooks
3 лет назад
Gavin D'souza
7bd46a3e29
fix: Escape matching pattern for substitution
Tested on PY3.9.7 and PY3.9.9
3 лет назад
mergify[bot]
0b50f2aeb4
Merge pull request #15352 from hrwX/add_writable
fix: value associated with property may be changed
3 лет назад
Jannat Patel
679c61531f
fix: renamed hook and moved template
3 лет назад
mergify[bot]
ea091d0eb5
Merge pull request #15312 from nextchamp-saqib/fix-more-btn
fix: more button in multi-select dialog
3 лет назад
Jannat Patel
fa4bccb284
fix: accept path instead of fn in signup hook
3 лет назад
hrwx
7fda27e569
fix: value associated with property may be changed
3 лет назад